We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a3eb8 commit 5137232Copy full SHA for 5137232
rs/tests/boundary_nodes/BUILD.bazel
@@ -34,7 +34,7 @@ system_test(
34
system_test(
35
name = "boundary_nodes_snp_test",
36
proc_macro_deps = MACRO_DEPENDENCIES,
37
- tags = [],
+ tags = ["manual"], # TODO(VER-2274): remove "manual" when at least two hosts suitable for the test will be running.
38
target_compatible_with = ["@platforms//os:linux"], # requires libssh that does not build on Mac OS
39
runtime_deps = BOUNDARY_NODE_GUESTOS_RUNTIME_DEPS + BOUNDARY_NODE_GUESTOS_SEV_RUNTIME_DEPS + GUESTOS_RUNTIME_DEPS + NNS_CANISTER_RUNTIME_DEPS,
40
deps = DEPENDENCIES + ["//rs/tests"],
0 commit comments