Ifdef code that is not supposed to pass in TARGET_JVM by now
[mono.git] / mcs / class / System.Data / Test / System.Data / DataTableCollectionTest.cs
index 05d0eddc7fba37c4b61b41c75063272fec799956..9519896280d5a4ee88432a065efd471e3eeede6f 100644 (file)
@@ -348,6 +348,9 @@ namespace MonoTests.System.Data
                }
 
                [Test]
+#if TARGET_JVM
+               [Ignore ("Not works in TARGET_JVM")]
+#endif
                public void ToStringTest()
                {
                        DataTableCollection tbcol = _dataset[0].Tables;