Skip to content

Commit e21eacb

Browse files
authored
Disable SendPingWithHostAndTimeoutAndBuffer tests on OSX (#65055)
1 parent 6c72db8 commit e21eacb

File tree

1 file changed

+4
-0
lines changed
  • src/libraries/System.Net.Ping/tests/FunctionalTests

1 file changed

+4
-0
lines changed

src/libraries/System.Net.Ping/tests/FunctionalTests/PingTest.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ await SendBatchPingAsync(
395395
}
396396

397397
[Fact]
398+
[ActiveIssue("https://github.com/dotnet/runtime/issues/64963", TestPlatforms.OSX)]
398399
public void SendPingWithHostAndTimeoutAndBuffer()
399400
{
400401
IPAddress localIpAddress = TestSettings.GetLocalIPAddress();
@@ -410,6 +411,7 @@ public void SendPingWithHostAndTimeoutAndBuffer()
410411
}
411412

412413
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))]
414+
[ActiveIssue("https://github.com/dotnet/runtime/issues/64963", TestPlatforms.OSX)]
413415
public async Task SendPingAsyncWithHostAndTimeoutAndBuffer()
414416
{
415417
IPAddress localIpAddress = await TestSettings.GetLocalIPAddressAsync();
@@ -425,6 +427,7 @@ await SendBatchPingAsync(
425427
}
426428

427429
[Fact]
430+
[ActiveIssue("https://github.com/dotnet/runtime/issues/64963", TestPlatforms.OSX)]
428431
public void SendPingWithHostAndTimeoutAndBufferAndPingOptions()
429432
{
430433
IPAddress localIpAddress = TestSettings.GetLocalIPAddress();
@@ -440,6 +443,7 @@ public void SendPingWithHostAndTimeoutAndBufferAndPingOptions()
440443
}
441444

442445
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))]
446+
[ActiveIssue("https://github.com/dotnet/runtime/issues/64963", TestPlatforms.OSX)]
443447
public async Task SendPingAsyncWithHostAndTimeoutAndBufferAndPingOptions()
444448
{
445449
IPAddress localIpAddress = await TestSettings.GetLocalIPAddressAsync();

0 commit comments

Comments
 (0)