Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2012-06-18 19:29:47 +0400
committerMarek Safar <marek.safar@gmail.com>2012-06-18 19:30:29 +0400
commit69729c7e404a7dc2c269db45ff5f894bba3d7b01 (patch)
tree493667c60c86329776e41bfca02fb29983dc03b5 /mcs/class/System.Data
parent0ea2020110c2f71d4fa10c4ea6ed817c1c42497b (diff)
Disable more failing tests
Diffstat (limited to 'mcs/class/System.Data')
-rw-r--r--mcs/class/System.Data/Test/System.Data.Common/DbDataAdapterTest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.Data/Test/System.Data.Common/DbDataAdapterTest.cs b/mcs/class/System.Data/Test/System.Data.Common/DbDataAdapterTest.cs
index 18e664a8d63..96dd9b84aaa 100644
--- a/mcs/class/System.Data/Test/System.Data.Common/DbDataAdapterTest.cs
+++ b/mcs/class/System.Data/Test/System.Data.Common/DbDataAdapterTest.cs
@@ -186,6 +186,7 @@ namespace MonoTests.System.Data.Common
}
[Test]
+ [Category ("NotWorking")] // Requires newer sqlite than is on wrench
public void XimarinBugzillaBug853Test()
{
const string connectionString = "URI = file:./SqliteTest.db; Version = 3";//will be in System.Data directory