Skip to content

Commit fc25f94

Browse files
josephperrottzarend
authored andcommitted
build: mark //integration:bazel-schematics_test as manual (angular#42042)
Since this test is not essential and this branch is an old LTS, we are making this manual to avoid unnecessary CI failures. PR Close angular#42042
1 parent a0fd958 commit fc25f94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ INTEGRATION_TESTS = {
4040
# everything down. Ask Bazel to allocate multiple CPUs for these tests with "cpu:n" tag.
4141
"cpu:3",
4242
"no-ivy-aot",
43+
# Tagged test as manual as it is broken due to chrome driver, but is deprecated.
44+
"manual",
4345
],
4446
},
4547
"cli-hello-world": {"commands": "payload_size_tracking"},

0 commit comments

Comments
 (0)