summaryrefslogtreecommitdiffhomepage
path: root/test/benchmarks/network
diff options
context:
space:
mode:
authorZach Koopmans <zkoopmans@google.com>2020-12-07 16:17:14 -0800
committergVisor bot <gvisor-bot@google.com>2020-12-07 16:20:12 -0800
commit6d30688bd70370fd9327cd3fca178bb85342cc2a (patch)
tree6a806c2c5d9ae0a8f91180f73422df1d69b4a8b4 /test/benchmarks/network
parent615c3380d297ee3c61e47fb48a4cca87f7c99ba0 (diff)
Fix tags on benchmark targets.
PiperOrigin-RevId: 346203209
Diffstat (limited to 'test/benchmarks/network')
-rw-r--r--test/benchmarks/network/BUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/test/benchmarks/network/BUILD b/test/benchmarks/network/BUILD
index 472b5c387..c75d1ce11 100644
--- a/test/benchmarks/network/BUILD
+++ b/test/benchmarks/network/BUILD
@@ -1,4 +1,5 @@
-load("//tools:defs.bzl", "go_library", "go_test")
+load("//tools:defs.bzl", "go_library")
+load("//test/benchmarks:defs.bzl", "benchmark_test")
package(licenses = ["notice"])
@@ -16,7 +17,7 @@ go_library(
],
)
-go_test(
+benchmark_test(
name = "network_test",
size = "large",
srcs = [
@@ -27,11 +28,6 @@ go_test(
"ruby_test.go",
],
library = ":network",
- tags = [
- # Requires docker and runsc to be configured before test runs.
- "manual",
- "local",
- ],
visibility = ["//:sandbox"],
deps = [
"//pkg/test/dockerutil",