We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2521570 commit 1cfc700Copy full SHA for 1cfc700
packages/testkit-backend/src/skipped-tests/common.js
@@ -41,7 +41,7 @@ const skippedTests = [
41
),
42
skip(
43
'Partial session iteration is not supported by the js driver',
44
- ifEquals('neo4j.sessionrun.TestSessionRun.test_partial_iteration'),
+ ifEquals('neo4j.test_session_run.TestSessionRun.test_partial_iteration'),
45
ifEquals('neo4j.test_session_run.TestSessionRun.test_session_reuse'),
46
ifEquals('neo4j.test_session_run.TestSessionRun.test_iteration_nested'),
47
0 commit comments