diff options
Diffstat (limited to 'kokoro/run_tests.sh')
-rwxr-xr-x | kokoro/run_tests.sh | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/kokoro/run_tests.sh b/kokoro/run_tests.sh index 4980c716a..f0195a5a4 100755 --- a/kokoro/run_tests.sh +++ b/kokoro/run_tests.sh @@ -177,16 +177,10 @@ run_root_tests() { # Run syscall unit tests. run_syscall_tests() { cd ${WORKSPACE_DIR} - # TODO: Exclude tests which fail. bazel \ "${BAZEL_RBE_FLAGS[@]}" \ test "${BAZEL_BUILD_RBE_FLAGS[@]}" \ - `bazel query //test/syscalls/... | - grep runsc_ptrace | - grep -v affinity_test_runsc_ptrace | - grep -v exec_test_runsc_ptrace | - grep -v open_create_test_runsc_ptrace | - grep -v clock_gettime_test_runsc_ptrace` + --test_tag_filters=runsc_ptrace //test/syscalls/... } # Find and rename all test xml and log files so that Sponge can pick them up. |