Skip to content

Commit 54b8e87

Browse files
committed
test: mark create_table_transaction test wiht xfail
1 parent 6eb24c9 commit 54b8e87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/catalog/integration_test_s3tables.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ def test_commit_new_data_to_table(catalog: S3TablesCatalog, database_name: str,
251251
assert table.scan().to_arrow().num_rows == 2 * row_count
252252

253253

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

0 commit comments

Comments
 (0)