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 a0fd958 commit fc25f94Copy full SHA for fc25f94
integration/BUILD.bazel
@@ -40,6 +40,8 @@ INTEGRATION_TESTS = {
40
# everything down. Ask Bazel to allocate multiple CPUs for these tests with "cpu:n" tag.
41
"cpu:3",
42
"no-ivy-aot",
43
+ # Tagged test as manual as it is broken due to chrome driver, but is deprecated.
44
+ "manual",
45
],
46
},
47
"cli-hello-world": {"commands": "payload_size_tracking"},
0 commit comments