Skip to content

Commit b4d0fd6

Browse files
authored
Un-skip test_should_reject_server_using_verify_connectivity_bolt_3x0 in async backend (#1127)
1 parent 14b05cd commit b4d0fd6

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public class StartTest implements TestkitRequest
5555
COMMON_SKIP_PATTERN_TO_REASON.put( "^.*\\.test_supports_multi_db$", "Database is None" );
5656

5757
ASYNC_SKIP_PATTERN_TO_REASON.putAll( COMMON_SKIP_PATTERN_TO_REASON );
58-
ASYNC_SKIP_PATTERN_TO_REASON.put( "^.*\\.test_should_reject_server_using_verify_connectivity_bolt_3x0$", "Does not error as expected" );
5958

6059
REACTIVE_SKIP_PATTERN_TO_REASON.putAll( COMMON_SKIP_PATTERN_TO_REASON );
6160
// Current limitations (require further investigation or bug fixing)

0 commit comments

Comments
 (0)