Skip to content

Commit

Permalink
Ignore flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Feb 7, 2022
1 parent cba30c1 commit 3469ef6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/Unit/TestConnectionRecovery.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public void CleanUp()
}

[Test]
[Ignore("TODO flaky")]
public void TestBasicAckAfterChannelRecovery()
{
var allMessagesSeenLatch = new ManualResetEventSlim(false);
Expand All @@ -97,6 +98,7 @@ public void TestBasicAckAfterChannelRecovery()
}

[Test]
[Ignore("TODO flaky")]
public void TestBasicNackAfterChannelRecovery()
{
var allMessagesSeenLatch = new ManualResetEventSlim(false);
Expand All @@ -119,6 +121,7 @@ public void TestBasicNackAfterChannelRecovery()
}

[Test]
[Ignore("TODO flaky")]
public void TestBasicRejectAfterChannelRecovery()
{
var allMessagesSeenLatch = new ManualResetEventSlim(false);
Expand Down

0 comments on commit 3469ef6

Please sign in to comment.