Skip to content

Commit bc32d91

Browse files
committed
Merge branch 'levsha/-VER-2274-Disable-boundary_nodes-boundary_nodes_snp_test' into 'master'
[VER-2274] Disable boundary_nodes:boundary_nodes_snp_test It can only run on a single host currently and this host has some issues right now. See merge request dfinity-lab/public/ic!12663
2 parents 267b18b + 5137232 commit bc32d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rs/tests/boundary_nodes/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ system_test(
3434
system_test(
3535
name = "boundary_nodes_snp_test",
3636
proc_macro_deps = MACRO_DEPENDENCIES,
37-
tags = [],
37+
tags = ["manual"], # TODO(VER-2274): remove "manual" when at least two hosts suitable for the test will be running.
3838
target_compatible_with = ["@platforms//os:linux"], # requires libssh that does not build on Mac OS
3939
runtime_deps = BOUNDARY_NODE_GUESTOS_RUNTIME_DEPS + BOUNDARY_NODE_GUESTOS_SEV_RUNTIME_DEPS + GUESTOS_RUNTIME_DEPS + NNS_CANISTER_RUNTIME_DEPS,
4040
deps = DEPENDENCIES + ["//rs/tests"],

0 commit comments

Comments
 (0)