Commit b761275e authored by Nick Craver's avatar Nick Craver

Fix debug connection fail tests

parent 80d7d50a
...@@ -9,6 +9,8 @@ public class ConnectingFailDetection : TestBase ...@@ -9,6 +9,8 @@ public class ConnectingFailDetection : TestBase
{ {
public ConnectingFailDetection(ITestOutputHelper output) : base (output) { } public ConnectingFailDetection(ITestOutputHelper output) : base (output) { }
protected override string GetConfiguration() => TestConfig.Current.MasterServerAndPort + "," + TestConfig.Current.SlaveServerAndPort;
#if DEBUG #if DEBUG
[Fact] [Fact]
public async Task FastNoticesFailOnConnectingSyncComlpetion() public async Task FastNoticesFailOnConnectingSyncComlpetion()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment