Skip to content

Commit

Permalink
Disable a broken test
Browse files Browse the repository at this point in the history
Skip, not xfail, because it works half the time
  • Loading branch information
msullivan committed May 9, 2024
1 parent 4fb6d05 commit b569f3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_edgeql_data_migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import json
import os.path
import re
import test
import textwrap
import uuid

Expand Down Expand Up @@ -11394,6 +11395,9 @@ async def test_edgeql_migration_globals_03(self):
};
""")

@test.skip('''
This fails ~half the time depending on how it orders thing
''')
async def test_edgeql_migration_globals_04(self):
await self.migrate(r"""
global cur := true;
Expand Down

0 comments on commit b569f3b

Please sign in to comment.