Disable process_vm_read_write tests on Linux.

These tests are flaky and are blocking submits.

PiperOrigin-RevId: 473029748
This commit is contained in:
Ayush Ranjan
2022-09-08 10:48:03 -07:00
committed by gVisor bot
parent d57bdac008
commit d8b1136756
+2
View File
@@ -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",
)