Skip to content

Commit eccfb57

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents cb94a30 + a0f7660 commit eccfb57

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/fast/test_replacement_scan.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ def test_cte_with_joins(self, duckdb_cursor):
314314
res = rel.fetchall()
315315
assert res == [(2, 2, 2)]
316316

317+
@pytest.mark.xfail(reason="Bug in DuckDB core (MRE at #19154)")
317318
def test_same_name_cte(self, duckdb_cursor):
318319
query = """
319320
WITH df AS (

0 commit comments

Comments
 (0)