diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-04-28 18:49:19 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-28 18:50:44 -0700 |
commit | 24abccbc1c3b7b0dd06b6da97e5b4c90c8c13907 (patch) | |
tree | 95911e3341b7296f7d80f5c0ee82e466e88184e2 /test/packetimpact/tests/BUILD | |
parent | f93f2fda74f31246e8866783f6c4be2318bdedd6 (diff) |
Internal change.
PiperOrigin-RevId: 308940886
Diffstat (limited to 'test/packetimpact/tests/BUILD')
-rw-r--r-- | test/packetimpact/tests/BUILD | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/packetimpact/tests/BUILD b/test/packetimpact/tests/BUILD index 42f87e3f3..6beccbfd0 100644 --- a/test/packetimpact/tests/BUILD +++ b/test/packetimpact/tests/BUILD @@ -29,6 +29,19 @@ packetimpact_go_test( ) packetimpact_go_test( + name = "udp_icmp_error_propagation", + srcs = ["udp_icmp_error_propagation_test.go"], + # TODO(b/153926291): Fix netstack then remove the line below. + netstack = False, + deps = [ + "//pkg/tcpip", + "//pkg/tcpip/header", + "//test/packetimpact/testbench", + "@org_golang_x_sys//unix:go_default_library", + ], +) + +packetimpact_go_test( name = "tcp_window_shrink", srcs = ["tcp_window_shrink_test.go"], # TODO(b/153202472): Fix netstack then remove the line below. |