We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84085de commit 43ced00Copy full SHA for 43ced00
packages/testkit-backend/src/skipped-tests/common.js
@@ -13,6 +13,7 @@ const skippedTests = [
13
ifEquals('neo4j.test_tx_run.TestTxRun.test_interwoven_queries'),
14
ifEquals('neo4j.test_tx_run.TestTxRun.test_parallel_queries'),
15
ifEquals('neo4j.test_session_run.TestSessionRun.test_iteration_smaller_than_fetch_size'),
16
+ ifEquals('neo4j.test_summary.TestSummary.test_summary_counters_case_2'),
17
ifEquals('neo4j.test_tx_func_run.TestTxFuncRun.test_tx_func_configuration')
18
),
19
skip(
0 commit comments