[System] Disable test that doesn't work on Android.
authorRodrigo Kumpera <kumpera@gmail.com>
Thu, 16 Mar 2017 23:04:35 +0000 (16:04 -0700)
committerRodrigo Kumpera <kumpera@gmail.com>
Wed, 5 Apr 2017 21:18:26 +0000 (14:18 -0700)
mcs/class/System/Test/System.Diagnostics/ProcessTest.cs

index be41016a4d2e1325995f6ca240d2c728f152f623..8c7dccb06d140396314e18a9eab7b12c6dc86407 100644 (file)
@@ -1124,6 +1124,7 @@ namespace MonoTests.System.Diagnostics
 
                [Test]
                [ExpectedException(typeof(InvalidOperationException))]
+               [NUnit.Framework.Category ("AndroidNotWorking")] //Getting the name of init works fine on Android, go figure.
                public void HigherPrivilegeProcessName ()
                {
                        if (!RunningOnUnix)