From 5f86d63fdd7bc8d0b9c49851ed8f808de79bd50d Mon Sep 17 00:00:00 2001 From: Nayana Bidari Date: Thu, 22 Feb 2024 12:52:49 -0800 Subject: [PATCH] Disable flaky test with S/R. Disabled the socket_abstract tests with S/R as they take too long to run and timeout. PiperOrigin-RevId: 609468169 --- test/syscalls/BUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index 57c706ce8..6f5ebb8ce 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -735,6 +735,8 @@ syscall_test( syscall_test( size = "large", + # Takes too long to run with S/R. + save = False, shard_count = most_shards, test = "//test/syscalls/linux:socket_abstract_test", )