Skip to content

Commit c0580eb

Browse files
authored
Skip TestIterationSessionRun.test_nested (#938)
1 parent 671f070 commit c0580eb

File tree

1 file changed

+2
-1
lines changed
  • packages/testkit-backend/src/skipped-tests

1 file changed

+2
-1
lines changed

packages/testkit-backend/src/skipped-tests/common.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ const skippedTests = [
4545
'Partial session iteration is not supported by the js driver',
4646
ifEquals('neo4j.test_session_run.TestSessionRun.test_partial_iteration'),
4747
ifEquals('neo4j.test_session_run.TestSessionRun.test_session_reuse'),
48-
ifEquals('neo4j.test_session_run.TestSessionRun.test_iteration_nested')
48+
ifEquals('neo4j.test_session_run.TestSessionRun.test_iteration_nested'),
49+
ifEquals('stub.iteration.test_iteration_session_run.TestIterationSessionRun.test_nested')
4950
),
5051
skip(
5152
'Nested calls does not garauntee order in the records pulling',

0 commit comments

Comments
 (0)