Skip to content

Commit 2083d1c

Browse files
committed
Skip tests that require server_info
1 parent 5c00af9 commit 2083d1c

File tree

1 file changed

+3
-0
lines changed
  • testkit-backend/src/main/java/neo4j/org/testkit/backend/messages/requests

1 file changed

+3
-0
lines changed

testkit-backend/src/main/java/neo4j/org/testkit/backend/messages/requests/StartTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ public class StartTest implements TestkitRequest
7878
SKIP_PATTERN_TO_REASON
7979
.put( "^.+test_routing_v4x1.RoutingV4x1.test_should_write_successfully_on_writer_using_tx_function", SERVER_INFO_SKIP_REASON_MESSAGE );
8080
SKIP_PATTERN_TO_REASON.put( "^.+test_routing_v4x1.RoutingV4x1.test_should_write_successfully_on_writer_using_tx_run", SERVER_INFO_SKIP_REASON_MESSAGE );
81+
SKIP_PATTERN_TO_REASON.put( "^.+versions.TestProtocolVersions.test_server_agent", SERVER_INFO_SKIP_REASON_MESSAGE );
82+
SKIP_PATTERN_TO_REASON.put( "^.+versions.TestProtocolVersions.test_server_version", SERVER_INFO_SKIP_REASON_MESSAGE );
83+
SKIP_PATTERN_TO_REASON.put( "^.+test_retry.TestRetry.test_no_retry_on_syntax_error$", "This test uses 4.3 Bolt" );
8184
}
8285

8386
private StartTestBody data;

0 commit comments

Comments
 (0)