Mark tests as not working under TARGET_JVM
[mono.git] / mcs / class / corlib / Test / System.IO / FileInfoTest.cs
index d2a2fd6e360912a2d1e4e75912acefedfcd49ae4..809647d6b66b7309bc92701bec1693aab694526a 100644 (file)
@@ -632,9 +632,7 @@ namespace MonoTests.System.IO
                
                [Test]
                [ExpectedException(typeof (IOException))]
-#if TARGET_JVM
-        [Category("NotWorking")]
-#endif
+               [Category("TargetJvmNotSupported")] // File sharing not supported for TARGET_JVM
                public void OpenReadIOException ()
                {
                        string path = TempFolder + DSC + "FIT.OpenReadIOException.Test";