diff options
Diffstat (limited to 'test/sql/unicode.py')
-rw-r--r-- | test/sql/unicode.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sql/unicode.py b/test/sql/unicode.py index 97493c3bb..98a2b6aa2 100644 --- a/test/sql/unicode.py +++ b/test/sql/unicode.py @@ -113,7 +113,6 @@ class UnicodeSchemaTest(PersistTest): metadata.create_all() class EscapesDefaultsTest(testing.PersistTest): - @testing.fails_on_everything_except('postgres', 'firebird', 'oracle') def test_default_exec(self): metadata = MetaData(testing.db) t1 = Table('t1', metadata, |