We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae0e60f commit ce8d9efCopy full SHA for ce8d9ef
1 file changed
tests/table/test_upsert.py
@@ -734,7 +734,6 @@ def test_transaction(catalog: Catalog) -> None:
734
assert df_before_transaction == df
735
736
737
-# @pytest.mark.skip("This test is just for reference. Multiple upserts or delete+upsert doesn't work in a transaction")
738
def test_transaction_multiple_upserts(catalog: Catalog) -> None:
739
identifier = "default.test_multi_upsert"
740
_drop_table(catalog, identifier)
0 commit comments