From 93aa7d11673392ca51ba69122ff5fe1aad7331b9 Mon Sep 17 00:00:00 2001 From: Fabricio Voznika Date: Thu, 6 Jun 2019 15:54:54 -0700 Subject: Remove tmpfs restriction from test runsc supports UDS over gofer mounts and tmpfs is not needed for this test. PiperOrigin-RevId: 251944870 --- test/syscalls/BUILD | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'test/syscalls') 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", -- cgit v1.2.3