Skip to content

Commit

Permalink
skip the explain test
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazerzen committed Oct 17, 2024
1 parent d97bdf3 commit 54fa6d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_edgeql_explain.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import json
import os.path

from edb.tools import test
from edb.testbase import server as tb
from edb.common import assert_data_shape
from edb.schema import name as sn
Expand Down Expand Up @@ -133,6 +134,9 @@ async def test_edgeql_explain_introspection_01(self):
for p in res['fine_grained']['pipeline'][0]['properties']),
)

@test.skip(
'fails on PostgreSQL 17 due to changes to indexes and operator classes'
)
async def test_edgeql_explain_with_bound_01(self):
res = await self.explain('''
with U := User,
Expand Down

0 comments on commit 54fa6d1

Please sign in to comment.