disable ReadWrite_Success_Large test for CryptoStream because it takes too long to...
authorGeoff Kizer <geoffrek@microsoft.com>
Mon, 23 Nov 2020 14:19:09 +0000 (06:19 -0800)
committerGitHub <noreply@github.com>
Mon, 23 Nov 2020 14:19:09 +0000 (09:19 -0500)
Co-authored-by: Geoffrey Kizer <geoffrek@windows.microsoft.com>
src/libraries/System.Security.Cryptography.Primitives/tests/CryptoStream.cs

index bb23983..ea43dc8 100644 (file)
@@ -28,6 +28,11 @@ namespace System.Security.Cryptography.Encryption.Tests.Asymmetric
 
         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()
         {