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 cba30c1 commit 3469ef6Copy full SHA for 3469ef6
projects/Unit/TestConnectionRecovery.cs
@@ -75,6 +75,7 @@ public void CleanUp()
75
}
76
77
[Test]
78
+ [Ignore("TODO flaky")]
79
public void TestBasicAckAfterChannelRecovery()
80
{
81
var allMessagesSeenLatch = new ManualResetEventSlim(false);
@@ -97,6 +98,7 @@ public void TestBasicAckAfterChannelRecovery()
97
98
99
100
101
102
public void TestBasicNackAfterChannelRecovery()
103
104
@@ -119,6 +121,7 @@ public void TestBasicNackAfterChannelRecovery()
119
121
120
122
123
124
125
public void TestBasicRejectAfterChannelRecovery()
126
127
0 commit comments