diff options
-rw-r--r-- | test/syscalls/BUILD | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index 9adb1cea3..ef299799e 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -65,14 +65,8 @@ syscall_test( syscall_test( size = "large", - # Produce too many logs in the debug mode. - debug = False, shard_count = most_shards, - # Takes too long for TSAN. Since this is kind of a stress test that doesn't - # involve much concurrency, TSAN's usefulness here is limited anyway. - tags = ["nogotsan"], test = "//test/syscalls/linux:socket_stress_test", - vfs2 = False, ) syscall_test( |