mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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:
committed by
Shentubot
parent
2d2831e354
commit
93aa7d1167
+1
-6
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user