Skip to content

Commit

Permalink
disable ReadWrite_Success_Large test for CryptoStream because it take…
Browse files Browse the repository at this point in the history
…s too long to run (#45081)

Co-authored-by: Geoffrey Kizer <geoffrek@windows.microsoft.com>
  • Loading branch information
geoffkizer and Geoffrey Kizer authored Nov 23, 2020
1 parent 7218577 commit e8c4f22
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ protected override Task<StreamPair> CreateWrappedConnectedStreamsAsync(StreamPai

protected override Type UnsupportedConcurrentExceptionType => null;

[ActiveIssue("https://github.com/dotnet/runtime/issues/45080")]
[Theory]
[MemberData(nameof(ReadWrite_Success_Large_MemberData))]
public override Task ReadWrite_Success_Large(ReadWriteMode mode, int writeSize, bool startWithFlush) => base.ReadWrite_Success_Large(mode, writeSize, startWithFlush);

[Fact]
public static void Ctor()
{
Expand Down

0 comments on commit e8c4f22

Please sign in to comment.