Skip to content

Commit ca0ee5a

Browse files
committed
skip flake
1 parent 0703618 commit ca0ee5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_async_query.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,6 +1162,9 @@ async def test_dup_link_prop_name(self):
11621162
''')
11631163

11641164
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")
11651168
with self.assertRaisesRegex(gel.QueryError, "cannot assign to.*id"):
11661169
async for tx in self.client.transaction():
11671170
async with tx:

0 commit comments

Comments
 (0)