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
39
39
python3 -m unittest tests.neo4j.test_bookmarks.TestBookmarks || EXIT_CODE=1
40
40
41
41
# 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
43
43
python3 -m unittest tests.neo4j.test_session_run.TestSessionRun.test_iteration_smaller_than_fetch_size
44
44
python3 -m unittest tests.neo4j.test_session_run.TestSessionRun.test_can_return_node
45
45
python3 -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
59
59
python3 -m unittest tests.neo4j.test_session_run.TestSessionRun.test_fails_on_missing_parameter
60
60
python3 -m unittest tests.neo4j.test_session_run.TestSessionRun.test_long_string
61
61
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
65
68
exit $EXIT_CODE
66
69
You can’t perform that action at this time.
0 commit comments