We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3703d64 commit 1f89df5Copy full SHA for 1f89df5
projects/Unit/TestConnectionRecovery.cs
@@ -848,7 +848,7 @@ public void TestRecoverTopologyOnDisposedChannel()
848
_model.QueueDelete(q);
849
}
850
851
- [Fact]
+ [Fact(Skip="TODO-FLAKY")]
852
public void TestPublishRpcRightAfterReconnect()
853
{
854
string testQueueName = $"dotnet-client.test.{nameof(TestPublishRpcRightAfterReconnect)}";
0 commit comments