Skip to content

Commit

Permalink
test: skip isolation level test
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Oct 24, 2023
1 parent 2526f3b commit bdc09f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/test_suite_20.py
Original file line number Diff line number Diff line change
Expand Up @@ -2504,6 +2504,12 @@ class BizarroCharacterFKResolutionTest(fixtures.TestBase):
pass


class IsolationLevelTest(fixtures.TestBase):
@pytest.mark.skip("Cloud Spanner does not support different isolation levels")
def test_dialect_user_setting_is_restored(self, testing_engine):
pass


class OrderByLabelTest(_OrderByLabelTest):
@pytest.mark.skip(
"Spanner requires an alias for the GROUP BY list when specifying derived "
Expand Down

0 comments on commit bdc09f1

Please sign in to comment.