File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
testkit-backend/src/main/java/neo4j/org/testkit/backend/messages/requests Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ public class StartTest implements TestkitRequest
68
68
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestAuthorizationV4x1\\ ..*$" , skipMessage );
69
69
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestAuthorizationV4x3\\ ..*$" , skipMessage );
70
70
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestNoRoutingAuthorization\\ ..*$" , skipMessage );
71
- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestOptimizations\\ ..*$" , skipMessage );
72
71
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestDirectConnectionRecvTimeout\\ ..*$" , skipMessage );
73
72
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestRoutingConnectionRecvTimeout\\ ..*$" , skipMessage );
74
73
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestRoutingConnectionRecvTimeout\\ .test_timeout$" , skipMessage );
You can’t perform that action at this time.
0 commit comments