Skip to content

Commit bd42a5a

Browse files
authored
Add mark
1 parent bc11053 commit bd42a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_writes/test_writes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2492,7 +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.")
2495+
@pytest.mark.skip("V3 writer support is not enabled.")
24962496
@pytest.mark.integration
24972497
def test_v3_write_and_read_row_lineage(spark: SparkSession, session_catalog: Catalog) -> None:
24982498
"""Test writing to a v3 table and reading with Spark."""

0 commit comments

Comments
 (0)