Skip to content

Commit 5137232

Browse files
committed
[VER-2274] Disable boundary_nodes:boundary_nodes_snp_test
1 parent 83a3eb8 commit 5137232

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)