Skip to content

Commit

Permalink
PipeStream.Unix: enable cancelation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tmds committed Mar 5, 2021
1 parent f4e6480 commit 382323d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public abstract class PipeStreamConformanceTests : ConnectedStreamConformanceTes
protected override Type UnsupportedConcurrentExceptionType => null;
protected override bool UsableAfterCanceledReads => false;
protected override bool CansReturnFalseAfterDispose => false;
protected override bool FullyCancelableOperations => false;
protected override bool FullyCancelableOperations => !OperatingSystem.IsWindows();

[PlatformSpecific(TestPlatforms.Windows)] // WaitForPipeDrain isn't supported on Unix
[Fact]
Expand Down

0 comments on commit 382323d

Please sign in to comment.