diff options
Diffstat (limited to 'test/syscalls/BUILD')
-rw-r--r-- | test/syscalls/BUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index 8494862fa..168766dd8 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -434,6 +434,11 @@ syscall_test( ) syscall_test( + tags = ["container"], + test = "//test/syscalls/linux:proc_isolated_test", +) + +syscall_test( test = "//test/syscalls/linux:proc_net_test", ) |