Skip to content

Commit

Permalink
Skip failing ping test on server (#12138)
Browse files Browse the repository at this point in the history
Related #12140
  • Loading branch information
paul1956 authored Sep 14, 2024
1 parent f662c27 commit 7695950
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ public void Ping_Throw()
Assert.Throws<ArgumentNullException>(() => network.Ping((string)null));
}

[ActiveIssue("https://github.com/dotnet/winforms/issues/12140")]
[Fact]
[SkipOnArchitecture(TestArchitectures.Any,
"Flaky tests, see: https://github.com/dotnet/winforms/issues/12140")]
public void PingUri_ShortTimeout_Success()
{
Network network = new();
Expand Down

0 comments on commit 7695950

Please sign in to comment.