diff options
author | Nayana Bidari <nybidari@google.com> | 2021-02-12 15:23:52 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-02-12 15:27:29 -0800 |
commit | 33c617cae3d6e5261e67090faf52c4101f5b7713 (patch) | |
tree | c7d178737850a79ae38b36cb0263015aa50d999b /test/packetimpact/tests/BUILD | |
parent | 58a0a66900b6f38c8eee638a7c249bcc0a1bd9be (diff) |
Remove packetimpact test tcp_reordering
Remove flaky tcp_reordering_test as it does not check reordering. We have
added new reorder tests in tcp_rack_test.go
PiperOrigin-RevId: 357278769
Diffstat (limited to 'test/packetimpact/tests/BUILD')
-rw-r--r-- | test/packetimpact/tests/BUILD | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/packetimpact/tests/BUILD b/test/packetimpact/tests/BUILD index baa3ae5e9..7414a947a 100644 --- a/test/packetimpact/tests/BUILD +++ b/test/packetimpact/tests/BUILD @@ -60,17 +60,6 @@ packetimpact_testbench( ) packetimpact_testbench( - name = "tcp_reordering", - srcs = ["tcp_reordering_test.go"], - deps = [ - "//pkg/tcpip/header", - "//pkg/tcpip/seqnum", - "//test/packetimpact/testbench", - "@org_golang_x_sys//unix:go_default_library", - ], -) - -packetimpact_testbench( name = "tcp_window_shrink", srcs = ["tcp_window_shrink_test.go"], deps = [ |