Skip to content

Commit

Permalink
Add TestKit test skip (#1281)
Browse files Browse the repository at this point in the history
* Add TestKit test skip

`test_does_not_encompass_router_handshake` got updated and was replaced with
`test_router_handshake_has_own_timeout_in_time` and
`test_router_handshake_has_own_timeout_too_slow`.

* Apply auto-formatter
  • Loading branch information
robsdedude authored Aug 3, 2022
1 parent d0263ba commit 7a0515f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ public class StartTest implements TestkitRequest {
skipMessage = "Driver handles connection acquisition timeout differently";
COMMON_SKIP_PATTERN_TO_REASON.put(
"^.*\\.TestConnectionAcquisitionTimeoutMs\\.test_should_encompass_the_handshake_time.*$", skipMessage);
COMMON_SKIP_PATTERN_TO_REASON.put(
"^.*\\.TestConnectionAcquisitionTimeoutMs\\.test_router_handshake_has_own_timeout_too_slow$",
skipMessage);
COMMON_SKIP_PATTERN_TO_REASON.put(
"^.*\\.TestConnectionAcquisitionTimeoutMs\\.test_should_fail_when_acquisition_timeout_is_reached_first.*$",
skipMessage);
Expand Down

0 comments on commit 7a0515f

Please sign in to comment.