From 3d1e44a677ecacbf81888211a93cef0a71c1c6c0 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Tue, 18 Jun 2019 01:40:12 -0700 Subject: gvisor/kokoro: don't modify tests names in the BUILD file PiperOrigin-RevId: 253746380 --- runsc/test/integration/BUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'runsc/test/integration/BUILD') diff --git a/runsc/test/integration/BUILD b/runsc/test/integration/BUILD index 45cfd98ba..12065617c 100644 --- a/runsc/test/integration/BUILD +++ b/runsc/test/integration/BUILD @@ -1,8 +1,9 @@ -load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") +load("@io_bazel_rules_go//go:def.bzl", "go_library") +load("//runsc/test:build_defs.bzl", "runtime_test") package(licenses = ["notice"]) -go_test( +runtime_test( name = "integration_test", size = "large", srcs = [ -- cgit v1.2.3