File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public TestConnectionBlocked(ITestOutputHelper output) : base(output)
50
50
{
51
51
}
52
52
53
- [ Fact ( Skip = "FLAKY" ) ]
53
+ [ Fact ]
54
54
public void TestConnectionBlockedNotification ( )
55
55
{
56
56
_notified = false ;
@@ -80,7 +80,7 @@ public void TestConnectionBlockedNotification()
80
80
}
81
81
}
82
82
83
- [ Fact ( Skip = "FLAKY" ) ]
83
+ [ Fact ]
84
84
public void TestDisposeOnBlockedConnectionDoesNotHang ( )
85
85
{
86
86
_notified = false ;
Original file line number Diff line number Diff line change @@ -704,7 +704,7 @@ public void TestRecoveryEventHandlersOnModel()
704
704
Assert . True ( counter >= 3 ) ;
705
705
}
706
706
707
- [ Fact ]
707
+ [ Fact ( Skip = "FLAKY" ) ]
708
708
public void TestRecoveryWithTopologyDisabled ( )
709
709
{
710
710
AutorecoveringConnection conn = CreateAutorecoveringConnectionWithTopologyRecoveryDisabled ( ) ;
You can’t perform that action at this time.
0 commit comments