Move UseDefaultCredentials_SetToFalseAndServerNeedsAuth_StatusCodeUnauthorized test...
authorStephen Toub <stoub@microsoft.com>
Thu, 9 May 2019 21:24:57 +0000 (17:24 -0400)
committerGitHub <noreply@github.com>
Thu, 9 May 2019 21:24:57 +0000 (17:24 -0400)
Commit migrated from https://github.com/dotnet/corefx/commit/ae3262aa29e860eaee9fc5d96eba539a3b4fe084

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

index 883db8bdb0505879e01e55fe9206b4bbbfb4744f..70ff0327f86b6773473c13a4b83df71c48987f33 100644 (file)
@@ -183,6 +183,7 @@ namespace System.Net.Http.Functional.Tests
             }
         }
 
+        [OuterLoop("Uses external servers")]
         [SkipOnTargetFramework(TargetFrameworkMonikers.Uap, "UAP will send default credentials based on other criteria.")]
         [Theory]
         [InlineData(false)]