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