diff --git a/src/libraries/System.Net.Ping/tests/FunctionalTests/PingTest.cs b/src/libraries/System.Net.Ping/tests/FunctionalTests/PingTest.cs index 9a7cb1845cfd6f..c9967f20a77498 100644 --- a/src/libraries/System.Net.Ping/tests/FunctionalTests/PingTest.cs +++ b/src/libraries/System.Net.Ping/tests/FunctionalTests/PingTest.cs @@ -395,6 +395,7 @@ await SendBatchPingAsync( } [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/64963", TestPlatforms.OSX)] public void SendPingWithHostAndTimeoutAndBuffer() { IPAddress localIpAddress = TestSettings.GetLocalIPAddress(); @@ -410,6 +411,7 @@ public void SendPingWithHostAndTimeoutAndBuffer() } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] + [ActiveIssue("https://github.com/dotnet/runtime/issues/64963", TestPlatforms.OSX)] public async Task SendPingAsyncWithHostAndTimeoutAndBuffer() { IPAddress localIpAddress = await TestSettings.GetLocalIPAddressAsync(); @@ -425,6 +427,7 @@ await SendBatchPingAsync( } [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/64963", TestPlatforms.OSX)] public void SendPingWithHostAndTimeoutAndBufferAndPingOptions() { IPAddress localIpAddress = TestSettings.GetLocalIPAddress(); @@ -440,6 +443,7 @@ public void SendPingWithHostAndTimeoutAndBufferAndPingOptions() } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] + [ActiveIssue("https://github.com/dotnet/runtime/issues/64963", TestPlatforms.OSX)] public async Task SendPingAsyncWithHostAndTimeoutAndBufferAndPingOptions() { IPAddress localIpAddress = await TestSettings.GetLocalIPAddressAsync();