@@ -395,6 +395,7 @@ await SendBatchPingAsync(
395
395
}
396
396
397
397
[ Fact ]
398
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/64963" , TestPlatforms . OSX ) ]
398
399
public void SendPingWithHostAndTimeoutAndBuffer ( )
399
400
{
400
401
IPAddress localIpAddress = TestSettings . GetLocalIPAddress ( ) ;
@@ -410,6 +411,7 @@ public void SendPingWithHostAndTimeoutAndBuffer()
410
411
}
411
412
412
413
[ ConditionalFact ( typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsThreadingSupported ) ) ]
414
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/64963" , TestPlatforms . OSX ) ]
413
415
public async Task SendPingAsyncWithHostAndTimeoutAndBuffer ( )
414
416
{
415
417
IPAddress localIpAddress = await TestSettings . GetLocalIPAddressAsync ( ) ;
@@ -425,6 +427,7 @@ await SendBatchPingAsync(
425
427
}
426
428
427
429
[ Fact ]
430
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/64963" , TestPlatforms . OSX ) ]
428
431
public void SendPingWithHostAndTimeoutAndBufferAndPingOptions ( )
429
432
{
430
433
IPAddress localIpAddress = TestSettings . GetLocalIPAddress ( ) ;
@@ -440,6 +443,7 @@ public void SendPingWithHostAndTimeoutAndBufferAndPingOptions()
440
443
}
441
444
442
445
[ ConditionalFact ( typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsThreadingSupported ) ) ]
446
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/64963" , TestPlatforms . OSX ) ]
443
447
public async Task SendPingAsyncWithHostAndTimeoutAndBufferAndPingOptions ( )
444
448
{
445
449
IPAddress localIpAddress = await TestSettings . GetLocalIPAddressAsync ( ) ;
0 commit comments