Skip to content

Commit 84ad3da

Browse files
committed
mark test as integration
1 parent 9ee11c2 commit 84ad3da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/test_writes/test_writes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -963,6 +963,7 @@ def test_sanitize_character_partitioned(catalog: Catalog) -> None:
963963
assert len(tbl.scan().to_arrow()) == 22
964964

965965

966+
@pytest.mark.integration
966967
@pytest.mark.parametrize("format_version", [1, 2])
967968
def test_table_write_subset_of_schema(session_catalog: Catalog, arrow_table_with_null: pa.Table, format_version: int) -> None:
968969
identifier = "default.test_table_write_subset_of_schema"
@@ -975,6 +976,7 @@ def test_table_write_subset_of_schema(session_catalog: Catalog, arrow_table_with
975976
assert len(tbl.scan().to_arrow()) == len(arrow_table_without_some_columns) * 2
976977

977978

979+
@pytest.mark.integration
978980
@pytest.mark.parametrize("format_version", [1, 2])
979981
def test_table_write_out_of_order_schema(session_catalog: Catalog, arrow_table_with_null: pa.Table, format_version: int) -> None:
980982
identifier = "default.test_table_write_out_of_order_schema"

0 commit comments

Comments
 (0)