File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
testkit-backend/src/main/java/neo4j/org/testkit/backend/messages/requests Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ public class StartTest implements TestkitRequest
5353 COMMON_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .test_partial_summary_contains_system_updates$" , "Does not contain updates because value is zero" );
5454 COMMON_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .test_partial_summary_contains_updates$" , "Does not contain updates because value is zero" );
5555 COMMON_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .test_supports_multi_db$" , "Database is None" );
56+ COMMON_SKIP_PATTERN_TO_REASON .put ("^stub\\ .bookmarks\\ ..*$" , "New session returns initial bookmarks" );
5657
5758 ASYNC_SKIP_PATTERN_TO_REASON .putAll ( COMMON_SKIP_PATTERN_TO_REASON );
5859 ASYNC_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .test_should_reject_server_using_verify_connectivity_bolt_3x0$" , "Does not error as expected" );
You can’t perform that action at this time.
0 commit comments