diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/engine/reflection.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/engine/reflection.py b/test/engine/reflection.py index de2651bd2..52fc2987d 100644 --- a/test/engine/reflection.py +++ b/test/engine/reflection.py @@ -290,6 +290,7 @@ class CreateDropTest(PersistTest): class SchemaTest(PersistTest): # this test should really be in the sql tests somewhere, not engine + @testbase.unsupported('sqlite') def testiteration(self): metadata = MetaData() table1 = Table('table1', metadata, |
