Skip to content

Commit

Permalink
Disable failing test (dotnet#1896)
Browse files Browse the repository at this point in the history
Disables `ConnectAsync_NotWebSocketServer_ThrowsWebSocketExceptionWithMessage`
as it's consistently failing in the outerloop jobs. Specifically the
libraries linux outerloop job.

Tracking Issue is dotnet#1895
  • Loading branch information
jaredpar authored and stephentoub committed Jan 18, 2020
1 parent c2d440b commit 937ee5a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public class ConnectTest : ClientWebSocketTestBase
{
public ConnectTest(ITestOutputHelper output) : base(output) { }

[ActiveIssue("https://github.com/dotnet/runtime/issues/1895")]
[OuterLoop("Uses external servers")]
[ConditionalTheory(nameof(WebSocketsSupported)), MemberData(nameof(UnavailableWebSocketServers))]
public async Task ConnectAsync_NotWebSocketServer_ThrowsWebSocketExceptionWithMessage(Uri server, string exceptionMessage, WebSocketError errorCode)
Expand Down

0 comments on commit 937ee5a

Please sign in to comment.