We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c9c38 commit 0c02dd9Copy full SHA for 0c02dd9
packages/testkit-backend/src/skipped-tests/common.js
@@ -6,6 +6,8 @@ const skippedTests = [
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_tx_run.TestTxRun.test_interwoven_queries'),
10
+ ifEquals('neo4j.test_tx_run.TestTxRun.test_parallel_queries'),
11
ifEquals('neo4j.test_session_run.TestSessionRun.test_iteration_smaller_than_fetch_size'),
12
ifEquals('neo4j.test_tx_func_run.TestTxFuncRun.test_tx_func_configuration')
13
),
0 commit comments