Commit 823aaad6 authored by Nick Craver's avatar Nick Craver

Tests: fix names, exclude SyncCompletion to DEBUG for now

parent e8f6b512
...@@ -11,8 +11,9 @@ public class ConnectingFailDetection : TestBase ...@@ -11,8 +11,9 @@ public class ConnectingFailDetection : TestBase
protected override string GetConfiguration() => TestConfig.Current.MasterServerAndPort + "," + TestConfig.Current.SlaveServerAndPort; protected override string GetConfiguration() => TestConfig.Current.MasterServerAndPort + "," + TestConfig.Current.SlaveServerAndPort;
#if DEBUG
[Fact] [Fact]
public async Task FastNoticesFailOnConnectingSyncComlpetion() public async Task FastNoticesFailOnConnectingSyncCompletion()
{ {
try try
{ {
...@@ -50,6 +51,7 @@ public async Task FastNoticesFailOnConnectingSyncComlpetion() ...@@ -50,6 +51,7 @@ public async Task FastNoticesFailOnConnectingSyncComlpetion()
ClearAmbientFailures(); ClearAmbientFailures();
} }
} }
#endif
[Fact] [Fact]
public void ConnectsWhenBeginConnectCompletesSynchronously() public void ConnectsWhenBeginConnectCompletesSynchronously()
...@@ -71,7 +73,7 @@ public void ConnectsWhenBeginConnectCompletesSynchronously() ...@@ -71,7 +73,7 @@ public void ConnectsWhenBeginConnectCompletesSynchronously()
} }
[Fact] [Fact]
public async Task FastNoticesFailOnConnectingAsyncComlpetion() public async Task FastNoticesFailOnConnectingAsyncCompletion()
{ {
try try
{ {
......
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