summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/tests/integration/BUILD
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@google.com>2021-05-26 07:33:17 -0700
committergVisor bot <gvisor-bot@google.com>2021-05-26 07:36:34 -0700
commit931f9709f00eec79833f5894f98e294af498bac6 (patch)
tree6f2c981ea44a99f101322af5364885da106484f6 /pkg/tcpip/tests/integration/BUILD
parentfcad6f91a3f292b6b76be10f03baf05ee5245d3d (diff)
Spawn dequeing task via the clock
...and use manual clocks in forwarding and link resolution tests. Fixes #5141. Fixes #6012. PiperOrigin-RevId: 375939167
Diffstat (limited to 'pkg/tcpip/tests/integration/BUILD')
-rw-r--r--pkg/tcpip/tests/integration/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/tcpip/tests/integration/BUILD b/pkg/tcpip/tests/integration/BUILD
index 8802f36b2..181ef799e 100644
--- a/pkg/tcpip/tests/integration/BUILD
+++ b/pkg/tcpip/tests/integration/BUILD
@@ -48,7 +48,6 @@ go_test(
size = "small",
srcs = ["link_resolution_test.go"],
deps = [
- "//pkg/context",
"//pkg/tcpip",
"//pkg/tcpip/buffer",
"//pkg/tcpip/checker",