From 5cd653919126cc4a7740a56203f907f485b45af8 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 19 Mar 2010 21:39:36 -0400 Subject: [PATCH] just mark this test as crashing for now --- test/dialect/test_mssql.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/dialect/test_mssql.py b/test/dialect/test_mssql.py index 264636ba7a..c411427b65 100644 --- a/test/dialect/test_mssql.py +++ b/test/dialect/test_mssql.py @@ -763,7 +763,8 @@ class TypesTest(TestBase, AssertsExecutionResults, ComparesTables): def teardown(self): metadata.drop_all() - + + @testing.crashes('mssql+pyodbc', 'FIXME: no clue what is up here.') @testing.fails_on_everything_except('mssql+pyodbc', 'this is some pyodbc-specific feature') def test_decimal_notation(self): import decimal -- 2.47.3