diff options
author | Adin Scannell <ascannell@google.com> | 2021-04-03 00:16:37 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-04-03 00:18:34 -0700 |
commit | 9a8692c82ac543969cc0c9cf3541f2ab925ba4ac (patch) | |
tree | d5dbaa57b24259185c71daba0709b1f4857113c3 /test/syscalls/BUILD | |
parent | 932c8abd0f739bec295ff62cf8fce3dcb7e2d866 (diff) |
Remove eternal and enormous tests.
PiperOrigin-RevId: 366573366
Diffstat (limited to 'test/syscalls/BUILD')
-rw-r--r-- | test/syscalls/BUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index 3bd93df70..3b3e9337c 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -772,8 +772,7 @@ syscall_test( ) syscall_test( - # NOTE(b/116636318): Large sendmsg may stall a long time. - size = "enormous", + flaky = 1, # NOTE(b/116636318): Large sendmsg may stall a long time. shard_count = more_shards, test = "//test/syscalls/linux:socket_unix_dgram_local_test", ) @@ -791,8 +790,7 @@ syscall_test( ) syscall_test( - # NOTE(b/116636318): Large sendmsg may stall a long time. - size = "enormous", + flaky = 1, # NOTE(b/116636318): Large sendmsg may stall a long time. shard_count = more_shards, test = "//test/syscalls/linux:socket_unix_seqpacket_local_test", ) |