diff options
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( |