Commit 38eff80d authored by Nick Craver's avatar Nick Craver

more DEBUG for now

parent ad3576c9
......@@ -143,6 +143,13 @@ public void AbortOnConnectFailFalseConnectTimeoutError()
}
}
[Fact]
public void TryGetAzureRoleInstanceIdNoThrow()
{
Assert.Null(ConnectionMultiplexer.TryGetAzureRoleInstanceIdNoThrow());
}
#if DEBUG
[Fact]
public async Task CheckFailureRecovered()
{
......@@ -171,11 +178,6 @@ public async Task CheckFailureRecovered()
ClearAmbientFailures();
}
}
[Fact]
public void TryGetAzureRoleInstanceIdNoThrow()
{
Assert.Null(ConnectionMultiplexer.TryGetAzureRoleInstanceIdNoThrow());
}
#endif
}
}
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