Skip to content

Commit 0cf23c3

Browse files
committed
Skip flaky tests
1 parent 17cd66f commit 0cf23c3

File tree

1 file changed

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

1 file changed

+8
-0
lines changed

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

+8
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,14 @@ 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')
146+
),
147+
skip(
148+
'Flaky tests, requires investigation',
149+
ifEndsWith('.test_should_fail_when_writing_to_unexpectedly_interrupting_writers_using_tx_function')
142150
)
143151
]
144152

0 commit comments

Comments
 (0)