We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17cd66f commit e7a03aaCopy full SHA for e7a03aa
packages/testkit-backend/src/skipped-tests/common.js
@@ -139,6 +139,10 @@ 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
0 commit comments