Skip to content

Commit e7a03aa

Browse files
committed
Skip flaky test
1 parent 17cd66f commit e7a03aa

File tree

1 file changed

+4
-0
lines changed
  • packages/testkit-backend/src/skipped-tests

1 file changed

+4
-0
lines changed

packages/testkit-backend/src/skipped-tests/common.js

+4
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ const skippedTests = [
139139
skip(
140140
'Driver (still) allows explicit managing of managed transaction',
141141
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')
142146
)
143147
]
144148

0 commit comments

Comments
 (0)