Mark tests as not working under TARGET_JVM
[mono.git] / mcs / class / corlib / Test / System.IO / FileStreamTest.cs
index f39861c86a6bafb9ae4382615e10361f2b41efc0..0d7b6d258f85d7fe2423b935008625e0eddcb398 100644 (file)
@@ -983,9 +983,7 @@ namespace MonoTests.System.IO
                        DeleteFile (path);
                }
 
-#if TARGET_JVM // File locking is not implemented.
-               [Category ("NotWorking")]
-#endif
+               [Category("TargetJvmNotSupported")] // File locking not supported for TARGET_JVM
                public void TestLock ()
                {
                        string path = TempFolder + Path.DirectorySeparatorChar + "TestLock";