We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17cd66f commit 0cf23c3Copy full SHA for 0cf23c3
packages/testkit-backend/src/skipped-tests/common.js
@@ -139,6 +139,14 @@ const skippedTests = [
139
skip(
140
'Driver (still) allows explicit managing of managed transaction',
141
ifEquals('stub.tx_lifetime.test_tx_lifetime.TestTxLifetime.test_managed_tx_raises_tx_managed_exec')
142
+ ),
143
+ skip(
144
+ 'Flaky tests, requires investigation',
145
+ ifEndsWith('.test_should_fail_when_reading_from_unexpectedly_interrupting_readers_using_tx_function')
146
147
148
149
+ ifEndsWith('.test_should_fail_when_writing_to_unexpectedly_interrupting_writers_using_tx_function')
150
)
151
]
152
0 commit comments