Skip to content

Commit ce8d9ef

Browse files
committed
Remove as it's resolved
1 parent ae0e60f commit ce8d9ef

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/table/test_upsert.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,6 @@ def test_transaction(catalog: Catalog) -> None:
734734
assert df_before_transaction == df
735735

736736

737-
# @pytest.mark.skip("This test is just for reference. Multiple upserts or delete+upsert doesn't work in a transaction")
738737
def test_transaction_multiple_upserts(catalog: Catalog) -> None:
739738
identifier = "default.test_multi_upsert"
740739
_drop_table(catalog, identifier)

0 commit comments

Comments
 (0)