Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/testkit-backend/src/skipped-tests/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ const skippedTests = [
'Partial session iteration is not supported by the js driver',
ifEquals('neo4j.test_session_run.TestSessionRun.test_partial_iteration'),
ifEquals('neo4j.test_session_run.TestSessionRun.test_session_reuse'),
ifEquals('neo4j.test_session_run.TestSessionRun.test_iteration_nested')
ifEquals('neo4j.test_session_run.TestSessionRun.test_iteration_nested'),
ifEquals('stub.iteration.test_iteration_session_run.TestIterationSessionRun.test_nested')
),
skip(
'Nested calls does not garauntee order in the records pulling',
Expand Down