summaryrefslogtreecommitdiff
path: root/tests/CoreFX
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2019-02-15 10:25:05 -0800
committerGitHub <noreply@github.com>2019-02-15 10:25:05 -0800
commitb929fcb92db1d64044bef9b1577e95e6e4da3f25 (patch)
tree18bbf6905bea186e374aad0d1586bb5943bfa968 /tests/CoreFX
parentcd9831cd00408db60364f367756de296852467ae (diff)
downloadcoreclr-b929fcb92db1d64044bef9b1577e95e6e4da3f25.tar.gz
coreclr-b929fcb92db1d64044bef9b1577e95e6e4da3f25.tar.bz2
coreclr-b929fcb92db1d64044bef9b1577e95e6e4da3f25.zip
Disable failing corefx test (#22625)
Related to https://github.com/dotnet/corefx/issues/35351
Diffstat (limited to 'tests/CoreFX')
-rw-r--r--tests/CoreFX/CoreFX.issues.json14
1 files changed, 14 insertions, 0 deletions
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"
+ }
+ ]
+ }
+ },
]