We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0703618 commit ca0ee5aCopy full SHA for ca0ee5a
tests/test_async_query.py
@@ -1162,6 +1162,9 @@ async def test_dup_link_prop_name(self):
1162
''')
1163
1164
async def test_transaction_state(self):
1165
+ # gel.errors.InternalServerError: relation "..." does not exist
1166
+ # likely a server query cache bug
1167
+ raise unittest.SkipTest("raises an ISE sometimes")
1168
with self.assertRaisesRegex(gel.QueryError, "cannot assign to.*id"):
1169
async for tx in self.client.transaction():
1170
async with tx:
0 commit comments