Skip to content

Commit

Permalink
Merge pull request dotnet/corefx#42324 from davidsh/disable_hanging_t…
Browse files Browse the repository at this point in the history
…ests

Disable hanging tests

Commit migrated from dotnet/corefx@d65822a
  • Loading branch information
davidsh authored Nov 2, 2019
2 parents 8ba3170 + a7c95ab commit 420e273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ await server.AcceptConnectionSendResponseAndCloseAsync(
});
}

[ActiveIssue(42323)]
[OuterLoop("Uses external server")]
[PlatformSpecific(TestPlatforms.AnyUnix)] // The default proxy is resolved via WinINet on Windows.
[Theory]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1450,6 +1450,7 @@ public void Proxy_GetDefault_ExpectNotNull(Uri remoteServer)
Assert.NotNull(request.Proxy);
}

[ActiveIssue(42323)]
[OuterLoop("Uses external server")]
[PlatformSpecific(TestPlatforms.AnyUnix)] // The default proxy is resolved via WinINet on Windows.
[Fact]
Expand Down

0 comments on commit 420e273

Please sign in to comment.