Skip to content

Commit f48e8e2

Browse files
authored
fix: disable the //rs/tests/message_routing:rejoin_test_long_rounds (#9962)
[d28780e](d28780e) breaks the `//rs/tests/message_routing:rejoin_test_long_rounds`. Instead of reverting it was decided to temporarily disable the test.
1 parent c858e78 commit f48e8e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rs/tests/message_routing/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ system_test_nns(
9494
enable_head_nns_variant = False, # only run this test with the mainnet NNS canisters.
9595
enable_metrics = True,
9696
tags = [
97-
"system_test_large",
97+
"manual", # TODO: replace with "system_test_large" when the test has been made to work with d28780e
9898
],
9999
test_timeout = "eternal",
100100
runtime_deps = UNIVERSAL_CANISTER_RUNTIME_DEPS | {

0 commit comments

Comments
 (0)