Imported Upstream version 6.12.0.179

Former-commit-id: 0e3e22291208d34e6731637d718f4d12cca50e9e
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2022-05-16 16:00:00 +00:00
parent eac1afd703
commit 1138ddc68f
194 changed files with 7921 additions and 6506 deletions

View File

@@ -13,6 +13,7 @@ namespace MonoTests.System.Net.NetworkInformation
partial void AndroidShouldPingWork (ref bool shouldWork);
[Test]
[Category("AndroidNotWorking")] // fails on CI for some reason
public void PingFail()
{
#if MONOTOUCH
@@ -65,6 +66,7 @@ namespace MonoTests.System.Net.NetworkInformation
}
[Test]
[Category("AndroidNotWorking")] // fails on CI for some reason
#if MONOTOUCH
[Ignore("Ping implementation is broken on MT (requires sudo access)")]
#endif
@@ -109,6 +111,7 @@ namespace MonoTests.System.Net.NetworkInformation
[Test]
[Category("MultiThreaded")]
[Category("AndroidNotWorking")] // fails on CI for some reason
#if MONOTOUCH
[Ignore("Ping implementation is broken on MT (requires sudo access)")]
#endif