build: mark //integration:bazel-schematics_test as manual (#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 #42042
This commit is contained in:
Joey Perrott
2021-05-26 10:39:01 -07:00
committed by Zach Arend
parent a0fd9584e4
commit fc25f94f2f
+2
View File
@@ -40,6 +40,8 @@ INTEGRATION_TESTS = {
# everything down. Ask Bazel to allocate multiple CPUs for these tests with "cpu:n" tag.
"cpu:3",
"no-ivy-aot",
# Tagged test as manual as it is broken due to chrome driver, but is deprecated.
"manual",
],
},
"cli-hello-world": {"commands": "payload_size_tracking"},