summaryrefslogtreecommitdiffhomepage
path: root/test/perf/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/perf/BUILD')
-rw-r--r--test/perf/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/perf/BUILD b/test/perf/BUILD
index 960fb8864..71982fc4d 100644
--- a/test/perf/BUILD
+++ b/test/perf/BUILD
@@ -127,6 +127,7 @@ syscall_test(
size = "large",
add_overlay = True,
debug = False,
+ tags = ["nogotsan"],
test = "//test/perf/linux:unlink_benchmark",
)
@@ -134,6 +135,5 @@ syscall_test(
size = "large",
add_overlay = True,
debug = False,
- tags = ["nogotsan"],
test = "//test/perf/linux:write_benchmark",
)