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/runner | |
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/runner')
-rw-r--r-- | test/packetimpact/runner/defs.bzl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/packetimpact/runner/defs.bzl b/test/packetimpact/runner/defs.bzl index a7c46781f..52ed5ae39 100644 --- a/test/packetimpact/runner/defs.bzl +++ b/test/packetimpact/runner/defs.bzl @@ -181,11 +181,6 @@ ALL_TESTS = [ name = "udp_icmp_error_propagation", ), PacketimpactTestInfo( - name = "tcp_reordering", - # TODO(b/139368047): Fix netstack then remove the line below. - expect_netstack_failure = True, - ), - PacketimpactTestInfo( name = "tcp_window_shrink", ), PacketimpactTestInfo( |