Skip to content

Commit 0c02dd9

Browse files
committed
Skip more tests depend of ResultKeys
1 parent 05c9c38 commit 0c02dd9

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ const skippedTests = [
66
ifEquals('neo4j.test_bookmarks.TestBookmarks.test_can_pass_bookmark_into_next_session'),
77
ifEquals('neo4j.test_tx_run.TestTxRun.test_consume_after_commit'),
88
ifEquals('neo4j.test_tx_run.TestTxRun.test_tx_configuration'),
9+
ifEquals('neo4j.test_tx_run.TestTxRun.test_interwoven_queries'),
10+
ifEquals('neo4j.test_tx_run.TestTxRun.test_parallel_queries'),
911
ifEquals('neo4j.test_session_run.TestSessionRun.test_iteration_smaller_than_fetch_size'),
1012
ifEquals('neo4j.test_tx_func_run.TestTxFuncRun.test_tx_func_configuration')
1113
),

0 commit comments

Comments
 (0)