disable flaky test SchSendAuxRecordHttpTest
authorGeoff Kizer <geoffrek>
Mon, 31 Dec 2018 23:30:36 +0000 (15:30 -0800)
committerGeoff Kizer <geoffrek>
Mon, 31 Dec 2018 23:30:36 +0000 (15:30 -0800)
Commit migrated from https://github.com/dotnet/corefx/commit/d08226feeb0af0ff41c8d41b36ba8f6bb97c1785

src/libraries/System.Net.Http/tests/FunctionalTests/SchSendAuxRecordHttpTest.cs

index a588651..176dde7 100644 (file)
@@ -11,6 +11,7 @@ using Xunit.Abstractions;
 
 namespace System.Net.Http.Functional.Tests
 {
+    [ActiveIssue(26539)]    // Flaky test
     [SkipOnTargetFramework(TargetFrameworkMonikers.Uap, "HttpsTestServer not compatible on UAP")]
     public abstract class SchSendAuxRecordHttpTest : HttpClientTestBase
     {