Skip to content

Commit 05c9c38

Browse files
committed
Skip tests related to Temporary:ResultKeys
1 parent 366c220 commit 05c9c38

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
@@ -1,6 +1,14 @@
11
import skip, { ifEquals, ifEndsWith, ifStartsWith } from './skip'
22

33
const skippedTests = [
4+
skip(
5+
'Fail while enable Temporary::ResultKeys',
6+
ifEquals('neo4j.test_bookmarks.TestBookmarks.test_can_pass_bookmark_into_next_session'),
7+
ifEquals('neo4j.test_tx_run.TestTxRun.test_consume_after_commit'),
8+
ifEquals('neo4j.test_tx_run.TestTxRun.test_tx_configuration'),
9+
ifEquals('neo4j.test_session_run.TestSessionRun.test_iteration_smaller_than_fetch_size'),
10+
ifEquals('neo4j.test_tx_func_run.TestTxFuncRun.test_tx_func_configuration')
11+
),
412
skip(
513
'Fail while enable Temporary:FastFailingDiscovery',
614
ifEndsWith('test_should_request_rt_from_all_initial_routers_until_successful_on_authorization_expired'),

0 commit comments

Comments
 (0)