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.
TestDisposedWithSocketClosedOutOfBand
1 parent 2ed3075 commit e84b414Copy full SHA for e84b414
projects/Test/Integration/TestConnectionShutdown.cs
@@ -89,8 +89,6 @@ public async Task TestAbortWithSocketClosedOutOfBand()
89
await WaitAsync(tcs, TimeSpan.FromSeconds(6), "channel shutdown");
90
}
91
92
- /*
93
- * TODO is this even a valid test?
94
[Fact]
95
public async Task TestDisposedWithSocketClosedOutOfBand()
96
{
@@ -114,7 +112,6 @@ public async Task TestDisposedWithSocketClosedOutOfBand()
114
112
115
113
await WaitAsync(tcs, waitSpan, "channel shutdown");
116
117
- */
118
119
120
public async Task TestShutdownSignalPropagationToChannels()
0 commit comments