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 40aed89 commit 861d6fcCopy full SHA for 861d6fc
1 file changed
tools/testutils/runcvde2etests.sh
@@ -23,10 +23,6 @@ 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