Skip to content

Commit 7d2d9bc

Browse files
committed
Skip e2e tests
1 parent 29cd8f8 commit 7d2d9bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/e2e/test_transactions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
logger = logging.getLogger(__name__)
3333

3434

35+
@pytest.mark.skip(
36+
reason="Test environment does not yet support multi-statement transactions"
37+
)
3538
class TestTransactions:
3639
"""E2E tests for transaction control methods (MST support)."""
3740

0 commit comments

Comments
 (0)