diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index 3db2a8519..f5e0db45d 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -1066,5 +1066,7 @@ syscall_test( syscall_test( size = "small", + # TODO(b/245647342): These tests are flaky on native. + allow_native = False, test = "//test/syscalls/linux:process_vm_read_write", )