Remove tmpfs restriction from test

runsc supports UDS over gofer mounts and tmpfs is
not needed for this test.

PiperOrigin-RevId: 251944870
This commit is contained in:
Fabricio Voznika
2019-06-06 15:56:20 -07:00
committed by Shentubot
parent 2d2831e354
commit 93aa7d1167
+1 -6
View File
@@ -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",