remove TARGET_JVM
[mono.git] / mcs / class / corlib / Test / System.IO / BinaryWriterTest.cs
index 118874e0ff3acea2278845b72dd7608648f7701e..fc63e4c750d5fb17b576a9d9c45a1df57585e8cd 100644 (file)
@@ -411,6 +411,9 @@ public class BinaryWriterTest : Assertion {
        }
        
        [Test]
+#if TARGET_JVM
+    [Category("NotWorking")]
+#endif
        public void WriteFloat ()
        {
                MemoryStream stream = new MemoryStream ();