diff options
Diffstat (limited to 'test/syscalls/BUILD')
-rw-r--r-- | test/syscalls/BUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index 3479358b6..46a98a4cd 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -240,6 +240,7 @@ syscall_test( syscall_test( add_overlay = True, test = "//test/syscalls/linux:fsync_test", + vfs2 = "True", ) syscall_test( @@ -262,6 +263,7 @@ syscall_test( syscall_test( add_overlay = True, test = "//test/syscalls/linux:getdents_test", + vfs2 = "True", ) syscall_test( @@ -1091,6 +1093,7 @@ syscall_test( syscall_test( test = "//test/syscalls/linux:proc_net_unix_test", + vfs2 = "True", ) syscall_test( |