Skip to content

Commit

Permalink
test: add xfail for enum test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause committed Mar 18, 2024
1 parent cad3c73 commit 044aeca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions duckdb_engine/tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ def test_table_reflect(session: Session, engine: Engine) -> None:
reflect_table(user_table, None)


@mark.xfail(reason='duckdb doesnt fully support enums in the postgres views yet')
def test_enum_type_format(session: Session, engine: Engine) -> None:
importorskip("duckdb", "0.6.1")

Expand Down

0 comments on commit 044aeca

Please sign in to comment.