Skip to content

Commit 244a79f

Browse files
committed
mark test as integration
1 parent af76259 commit 244a79f

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
@@ -915,6 +915,7 @@ def test_sanitize_character_partitioned(catalog: Catalog) -> None:
915915
assert len(tbl.scan().to_arrow()) == 22
916916

917917

918+
@pytest.mark.integration
918919
@pytest.mark.parametrize("format_version", [1, 2])
919920
def test_table_write_subset_of_schema(session_catalog: Catalog, arrow_table_with_null: pa.Table, format_version: int) -> None:
920921
identifier = "default.test_table_write_subset_of_schema"
@@ -927,6 +928,7 @@ def test_table_write_subset_of_schema(session_catalog: Catalog, arrow_table_with
927928
assert len(tbl.scan().to_arrow()) == len(arrow_table_without_some_columns) * 2
928929

929930

931+
@pytest.mark.integration
930932
@pytest.mark.parametrize("format_version", [1, 2])
931933
def test_table_write_out_of_order_schema(session_catalog: Catalog, arrow_table_with_null: pa.Table, format_version: int) -> None:
932934
identifier = "default.test_table_write_out_of_order_schema"

0 commit comments

Comments
 (0)