diff options
-rwxr-xr-x | kokoro/run_tests.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kokoro/run_tests.sh b/kokoro/run_tests.sh index 4fcaed238..4980c716a 100755 --- a/kokoro/run_tests.sh +++ b/kokoro/run_tests.sh @@ -83,7 +83,6 @@ build_everything() { # Run simple tests runs the tests that require no special setup or # configuration. -# TODO: Use RBE here once tests pass with RBE. run_simple_tests() { cd ${WORKSPACE_DIR} bazel \ |