From b929fcb92db1d64044bef9b1577e95e6e4da3f25 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Fri, 15 Feb 2019 10:25:05 -0800 Subject: Disable failing corefx test (#22625) Related to https://github.com/dotnet/corefx/issues/35351 --- tests/CoreFX/CoreFX.issues.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'tests/CoreFX') diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json index 610c35ed4c..72017d974d 100644 --- a/tests/CoreFX/CoreFX.issues.json +++ b/tests/CoreFX/CoreFX.issues.json @@ -1465,4 +1465,18 @@ ] } }, + { + "name": "System.Net.Ping.Functional.Tests", + "enabled": true, + "exclusions": { + "namespaces": null, + "classes": null, + "methods": [ + { + "name": "System.Net.NetworkInformation.Tests.PingTest.SendPingAsyncWithIPAddress", + "reason": "https://github.com/dotnet/corefx/issues/35351" + } + ] + } + }, ] -- cgit v1.2.3