You've already forked linux-packaging-mono
Imported Upstream version 6.12.0.179
Former-commit-id: 0e3e22291208d34e6731637d718f4d12cca50e9e
This commit is contained in:
parent
eac1afd703
commit
1138ddc68f
@@ -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
|
||||
|
Reference in New Issue
Block a user