Skip to content

Commit

Permalink
Restore TestDisposedWithSocketClosedOutOfBand
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Apr 24, 2024
1 parent 2ed3075 commit e84b414
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions projects/Test/Integration/TestConnectionShutdown.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ public async Task TestAbortWithSocketClosedOutOfBand()
await WaitAsync(tcs, TimeSpan.FromSeconds(6), "channel shutdown");
}

/*
* TODO is this even a valid test?
[Fact]
public async Task TestDisposedWithSocketClosedOutOfBand()
{
Expand All @@ -114,7 +112,6 @@ public async Task TestDisposedWithSocketClosedOutOfBand()
}
await WaitAsync(tcs, waitSpan, "channel shutdown");
}
*/

[Fact]
public async Task TestShutdownSignalPropagationToChannels()
Expand Down

0 comments on commit e84b414

Please sign in to comment.