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 f10c4d3 commit 40aed89Copy full SHA for 40aed89
1 file changed
tools/testutils/runcvde2etests.sh
@@ -23,6 +23,10 @@ while getopts "g" opt; do
23
esac
24
done
25
26
+# TODO(b/532409657): Disable all test cases requiring ab for a moment as
27
+# they're not working.
28
+bazel_test_tag_filter_arg+=",-requires_ab"
29
+
30
function gather_test_results() {
31
# Don't immediately exit on error anymore
32
set +e
0 commit comments