Skip to content

Commit 456d2ce

Browse files
committed
add skip on tests
1 parent a62d36b commit 456d2ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_writes/test_writes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2492,6 +2492,7 @@ def test_stage_only_overwrite_files(
24922492
assert parent_snapshot_id == [None, first_snapshot, second_snapshot, second_snapshot, second_snapshot]
24932493

24942494

2495+
@pytest.skip("V3 writer support is not enabled.")
24952496
@pytest.mark.integration
24962497
def test_v3_write_and_read_row_lineage(spark: SparkSession, session_catalog: Catalog) -> None:
24972498
"""Test writing to a v3 table and reading with Spark."""

0 commit comments

Comments
 (0)