We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671f070 commit c0580ebCopy full SHA for c0580eb
packages/testkit-backend/src/skipped-tests/common.js
@@ -45,7 +45,8 @@ const skippedTests = [
45
'Partial session iteration is not supported by the js driver',
46
ifEquals('neo4j.test_session_run.TestSessionRun.test_partial_iteration'),
47
ifEquals('neo4j.test_session_run.TestSessionRun.test_session_reuse'),
48
- ifEquals('neo4j.test_session_run.TestSessionRun.test_iteration_nested')
+ ifEquals('neo4j.test_session_run.TestSessionRun.test_iteration_nested'),
49
+ ifEquals('stub.iteration.test_iteration_session_run.TestIterationSessionRun.test_nested')
50
),
51
skip(
52
'Nested calls does not garauntee order in the records pulling',
0 commit comments