diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/syscalls/BUILD | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index 2985275bb..731e2aa85 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -669,12 +669,7 @@ syscall_test( test = "//test/syscalls/linux:write_test", ) -syscall_test( - test = "//test/syscalls/linux:proc_net_unix_test", - # Unix domain socket creation isn't supported on all file systems. The - # sentry-internal tmpfs is known to support it. - use_tmpfs = True, -) +syscall_test(test = "//test/syscalls/linux:proc_net_unix_test") go_binary( name = "syscall_test_runner", |