File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ python3 -m unittest tests.neo4j.test_authentication.TestAuthenticationBasic || E
3939python3 -m unittest tests.neo4j.test_bookmarks.TestBookmarks || EXIT_CODE=1
4040
4141# This test is still failing so we skip it
42- # python3 -m unittest tests.neo4j.test_session_run.TestSessionRun.test_autocommit_transactions_should_support_timeouttest_autocommit_transactions_should_support_timeout|| EXIT_CODE=1
42+ python3 -m unittest tests.neo4j.test_session_run.TestSessionRun.test_autocommit_transactions_should_support_timeouttest_autocommit_transactions_should_support_timeout|| EXIT_CODE=1
4343python3 -m unittest tests.neo4j.test_session_run.TestSessionRun.test_iteration_smaller_than_fetch_size
4444python3 -m unittest tests.neo4j.test_session_run.TestSessionRun.test_can_return_node
4545python3 -m unittest tests.neo4j.test_session_run.TestSessionRun.test_can_return_relationship
@@ -59,8 +59,11 @@ python3 -m unittest tests.neo4j.test_session_run.TestSessionRun.test_fails_on_ba
5959python3 -m unittest tests.neo4j.test_session_run.TestSessionRun.test_fails_on_missing_parameter
6060python3 -m unittest tests.neo4j.test_session_run.TestSessionRun.test_long_string
6161
62- # python3 -m unittest tests.neo4j.test_direct_driver.TestDirectDriver|| EXIT_CODE=1
63- # python3 -m unittest tests.neo4j.test_summary.TestSummary|| EXIT_CODE=1
64-
62+ # This test is still failing so we skip it
63+ python3 -m unittest tests.neo4j.test_direct_driver.TestDirectDriver.test_custom_resolver|| EXIT_CODE=1
64+ python3 -m unittest tests.neo4j.test_direct_driver.TestDirectDriver.test_fail_nicely_when_using_http_port|| EXIT_CODE=1
65+ python3 -m unittest tests.neo4j.test_direct_driver.TestDirectDriver.test_supports_multi_db|| EXIT_CODE=1
66+ python3 -m unittest tests.neo4j.test_direct_driver.TestDirectDriver.test_multi_db|| EXIT_CODE=1
67+ python3 -m unittest tests.neo4j.test_direct_driver.TestDirectDriver.test_multi_db_various_databases|| EXIT_CODE=1
6568exit $EXIT_CODE
6669
You can’t perform that action at this time.
0 commit comments