We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc17c12 commit d9ef4feCopy full SHA for d9ef4fe
tests/test_sync_query.py
@@ -907,6 +907,9 @@ def test_sync_banned_transaction(self):
907
self.client.execute('start transaction')
908
909
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")
913
with self.assertRaisesRegex(gel.QueryError, "cannot assign to.*id"):
914
for tx in self.client.transaction():
915
with tx:
0 commit comments