[process] Disable tests that do not work on mobile (#4598)
authorLudovic Henry <ludovic@xamarin.com>
Wed, 10 May 2017 18:53:03 +0000 (14:53 -0400)
committerLudovic Henry <ludovic@xamarin.com>
Wed, 10 May 2017 18:53:03 +0000 (14:53 -0400)
mcs/class/System/Test/System.Diagnostics/ProcessTest.cs

index 8871d4aa1ea1e3453009d77c825a26a0681eefe9..2d321b814a1648e52420589cf1137428d99c1f11 100644 (file)
@@ -1116,6 +1116,7 @@ namespace MonoTests.System.Diagnostics
 #endif // MONO_FEATURE_PROCESS_START
 
                [Test]
+               [NUnit.Framework.Category ("MobileNotWorking")]
                public void GetProcessesByName()
                {
                        // This should return Process[0] or a Process[] with all the "foo" programs running
@@ -1133,7 +1134,7 @@ namespace MonoTests.System.Diagnostics
                }
 
                [Test]
-               [NUnit.Framework.Category ("AndroidNotWorking")] //SELinux makes probing the parent process impossible
+               [NUnit.Framework.Category ("MobileNotWorking")]
                public void NonChildProcessWaitForExit ()
                {
                        if (!RunningOnUnix)
@@ -1157,7 +1158,7 @@ namespace MonoTests.System.Diagnostics
                }
 
                [Test]
-               [NUnit.Framework.Category ("AndroidNotWorking")] //SELinux makes probing the parent process impossible
+               [NUnit.Framework.Category ("MobileNotWorking")]
                public void NonChildProcessName ()
                {
                        if (!RunningOnUnix)
@@ -1172,7 +1173,7 @@ namespace MonoTests.System.Diagnostics
                }
 
                [Test]
-               [NUnit.Framework.Category ("AndroidNotWorking")] //SELinux makes probing the parent process impossible
+               [NUnit.Framework.Category ("MobileNotWorking")]
                public void NonChildProcessId ()
                {
                        if (!RunningOnUnix)