From 5036f135e4370c84dd4afe1c43c14275b170c364 Mon Sep 17 00:00:00 2001 From: Ayush Ranjan Date: Thu, 13 Aug 2020 16:56:39 -0700 Subject: Disable vfs2 for socket_stress_test. PiperOrigin-RevId: 326553620 --- test/syscalls/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index 571785ad2..0eadc6b08 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -69,6 +69,7 @@ syscall_test( # involve much concurrency, TSAN's usefulness here is limited anyway. tags = ["nogotsan"], test = "//test/syscalls/linux:socket_stress_test", + vfs2 = False, ) syscall_test( -- cgit v1.2.3