diff options
author | Michael Pratt <mpratt@google.com> | 2019-06-03 13:30:51 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-06-03 13:31:47 -0700 |
commit | 6e1f51f3eb44bdee85c50d075e750e857adef9fd (patch) | |
tree | bf05614450211491e927668b49914266b0bbd5eb /test/syscalls/BUILD | |
parent | 4555f6adc856b162ee46eff5e8c00c4beefa2f64 (diff) |
Remove duplicate socket tests
socket_unix_abstract.cc: Subset of socket_abstract.cc
socket_unix_filesystem.cc: Subset of socket_filesystem.cc
PiperOrigin-RevId: 251297117
Diffstat (limited to 'test/syscalls/BUILD')
-rw-r--r-- | test/syscalls/BUILD | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index c53742d14..4ea4cee30 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -418,12 +418,6 @@ syscall_test( ) syscall_test( - size = "large", - shard_count = 10, - test = "//test/syscalls/linux:socket_unix_abstract_test", -) - -syscall_test( # NOTE(b/116636318): Large sendmsg may stall a long time. size = "enormous", test = "//test/syscalls/linux:socket_unix_dgram_local_test", @@ -437,12 +431,6 @@ syscall_test( syscall_test( size = "large", shard_count = 10, - test = "//test/syscalls/linux:socket_unix_filesystem_test", -) - -syscall_test( - size = "large", - shard_count = 10, test = "//test/syscalls/linux:socket_unix_pair_test", ) |