You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
@@ -210,7 +211,9 @@ public async Task DoesNotSupportTls10()
210
211
}
211
212
}
212
213
213
-
[Theory]
214
+
[ConditionalTheory]
215
+
[OSSkipCondition(OperatingSystems.Linux,SkipReason="Test leaks memory blocks due to WriteAsync() hang on SslStream (https://github.com/dotnet/corefx/issues/13369).")]
216
+
[OSSkipCondition(OperatingSystems.MacOSX,SkipReason="Test leaks memory blocks due to WriteAsync() hang on SslStream (https://github.com/dotnet/corefx/issues/13369).")]
0 commit comments