From fc25f94f2fc7f0aab83da3247ed7b3ceaf3053e6 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Wed, 26 May 2021 10:39:01 -0700 Subject: [PATCH] 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 --- integration/BUILD.bazel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration/BUILD.bazel b/integration/BUILD.bazel index 13201362f9c..5c3d3db1866 100644 --- a/integration/BUILD.bazel +++ b/integration/BUILD.bazel @@ -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"},