Skip to content

Commit e84b414

Browse files
committed
Restore TestDisposedWithSocketClosedOutOfBand
1 parent 2ed3075 commit e84b414

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

projects/Test/Integration/TestConnectionShutdown.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ public async Task TestAbortWithSocketClosedOutOfBand()
8989
await WaitAsync(tcs, TimeSpan.FromSeconds(6), "channel shutdown");
9090
}
9191

92-
/*
93-
* TODO is this even a valid test?
9492
[Fact]
9593
public async Task TestDisposedWithSocketClosedOutOfBand()
9694
{
@@ -114,7 +112,6 @@ public async Task TestDisposedWithSocketClosedOutOfBand()
114112
}
115113
await WaitAsync(tcs, waitSpan, "channel shutdown");
116114
}
117-
*/
118115

119116
[Fact]
120117
public async Task TestShutdownSignalPropagationToChannels()

0 commit comments

Comments
 (0)