Skip to content

Commit 5e77460

Browse files
committed
Flaky tests
1 parent 8ab979e commit 5e77460

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

projects/Unit/TestConnectionBlocked.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public TestConnectionBlocked(ITestOutputHelper output) : base(output)
5050
{
5151
}
5252

53-
[Fact(Skip="FLAKY")]
53+
[Fact]
5454
public void TestConnectionBlockedNotification()
5555
{
5656
_notified = false;
@@ -80,7 +80,7 @@ public void TestConnectionBlockedNotification()
8080
}
8181
}
8282

83-
[Fact(Skip="FLAKY")]
83+
[Fact]
8484
public void TestDisposeOnBlockedConnectionDoesNotHang()
8585
{
8686
_notified = false;

projects/Unit/TestConnectionRecovery.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ public void TestRecoveryEventHandlersOnModel()
704704
Assert.True(counter >= 3);
705705
}
706706

707-
[Fact]
707+
[Fact(Skip="FLAKY")]
708708
public void TestRecoveryWithTopologyDisabled()
709709
{
710710
AutorecoveringConnection conn = CreateAutorecoveringConnectionWithTopologyRecoveryDisabled();

0 commit comments

Comments
 (0)