Skip to content

Commit f97a537

Browse files
authored
testkit: Skip test_should_fail_when_reading_from_unexpectedly_interrupting_reader_using_session_run (#744)
1 parent 31bfdac commit f97a537

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

testkit-backend/src/skipped-tests.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ const skippedTests = [
7878
ifEndsWith(
7979
'RoutingV3.test_should_accept_routing_table_without_writers_and_then_rediscover'
8080
)
81+
),
82+
skip(
83+
'Needs investigation',
84+
ifEndsWith(
85+
'test_should_fail_when_reading_from_unexpectedly_interrupting_reader_using_session_run'
86+
)
8187
)
8288
]
8389

0 commit comments

Comments
 (0)