Skip to content

Commit d9ef4fe

Browse files
committed
skip sync version of test_transaction_state too
1 parent fc17c12 commit d9ef4fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_sync_query.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,9 @@ def test_sync_banned_transaction(self):
907907
self.client.execute('start transaction')
908908

909909
def test_transaction_state(self):
910+
# gel.errors.InternalServerError: relation "..." does not exist
911+
# likely a server query cache bug
912+
raise unittest.SkipTest("raises an ISE sometimes")
910913
with self.assertRaisesRegex(gel.QueryError, "cannot assign to.*id"):
911914
for tx in self.client.transaction():
912915
with tx:

0 commit comments

Comments
 (0)