We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29cd8f8 commit 7d2d9bcCopy full SHA for 7d2d9bc
1 file changed
tests/e2e/test_transactions.py
@@ -32,6 +32,9 @@
32
logger = logging.getLogger(__name__)
33
34
35
+@pytest.mark.skip(
36
+ reason="Test environment does not yet support multi-statement transactions"
37
+)
38
class TestTransactions:
39
"""E2E tests for transaction control methods (MST support)."""
40
0 commit comments