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
This commit is contained in:
Nayana Bidari
2024-02-22 12:56:37 -08:00
committed by gVisor bot
parent 7f74a04a79
commit 5f86d63fdd
+2
View File
@@ -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",
)