Skip to content

Commit

Permalink
test: mark create_table_transaction test wiht xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
felixscherz committed Jan 9, 2025
1 parent 8b1cec0 commit 99e569b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/catalog/integration_test_s3tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ def test_commit_new_data_to_table(catalog: S3TablesCatalog, database_name: str,
assert table.scan().to_arrow().num_rows == 2 * row_count


@pytest.mark.xfail(raises=NotImplementedError, reason="create_table_transaction not implemented yet")
def test_create_table_transaction(
catalog: S3TablesCatalog, database_name: str, table_name: str, table_schema_nested: str
) -> None:
Expand Down

0 comments on commit 99e569b

Please sign in to comment.