File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 6
6
from sqlalchemy .testing .suite import FutureTableDDLTest as _FutureTableDDLTest
7
7
from sqlalchemy .testing .suite import CTETest as _CTETest
8
8
from sqlalchemy .testing .suite import DifficultParametersTest as _DifficultParametersTest
9
+ from sqlalchemy .testing .suite import ComponentReflectionTest as _ComponentReflectionTest
9
10
from sqlalchemy .testing import fixtures
10
11
from sqlalchemy .testing .assertions import eq_
11
12
from sqlalchemy .testing import config
@@ -724,3 +725,9 @@ def test_with(self):
724
725
params ,
725
726
).fetchall ()
726
727
assert result == [(123 , "hello" , "hello2" , "global_value" )]
728
+
729
+
730
+ @pytest .mark .skip
731
+ class ComponentReflectionTest (_ComponentReflectionTest ):
732
+ # TODO: fails when run in bulk
733
+ pass
You can’t perform that action at this time.
0 commit comments