diff options
author | Adin Scannell <ascannell@google.com> | 2021-04-05 09:55:15 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-04-05 09:57:35 -0700 |
commit | 8161ed4110e283c7643c2bb534f136aaf816d1cf (patch) | |
tree | 0a6f3f9568410b2516441bc67f0efcf7001bbe9d | |
parent | 9a8692c82ac543969cc0c9cf3541f2ab925ba4ac (diff) |
Don't run unlink_benchmark with TSAN.
This benchmark currently takes > 15 minutes to run in that case.
PiperOrigin-RevId: 366817185
-rw-r--r-- | test/perf/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/perf/BUILD b/test/perf/BUILD index 4b98eb365..960fb8864 100644 --- a/test/perf/BUILD +++ b/test/perf/BUILD @@ -134,5 +134,6 @@ syscall_test( size = "large", add_overlay = True, debug = False, + tags = ["nogotsan"], test = "//test/perf/linux:write_benchmark", ) |