Don't run unlink_benchmark with TSAN.

This benchmark currently takes > 15 minutes to run in that case.

PiperOrigin-RevId: 366817185
This commit is contained in:
Adin Scannell
2021-04-05 09:57:35 -07:00
committed by gVisor bot
parent 9a8692c82a
commit 8161ed4110
+1
View File
@@ -134,5 +134,6 @@ syscall_test(
size = "large",
add_overlay = True,
debug = False,
tags = ["nogotsan"],
test = "//test/perf/linux:write_benchmark",
)