aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Philipp Wollermann <philwo@google.com>2018-01-24 06:36:49 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-01-24 06:38:46 -0800
commite8dea319709d7d9ec8163cd65e6a336b15d09113 (patch)
treef8539b4ca15228582169b9030c51382a4963e2a8 /BUILD
parent2e76741c620e01c914d38d6a5469e5e3122ab03f (diff)
Remove Bazel's Docker tests.
We'll just replace them with either native support for running tests inside Docker containers on CI or with VMs running the operating system. This gets rid of the "let's download 8 GB of Docker images" step when running `bazel build //...`. RELNOTES: None. Closes #4506. PiperOrigin-RevId: 183078052
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 09f641ad1e..6c9d42ac98 100644
--- a/BUILD
+++ b/BUILD
@@ -42,7 +42,6 @@ filegroup(
name = "workspace-file",
srcs = [":WORKSPACE"],
visibility = [
- "//src/test/docker:__pkg__",
"//src/test/shell/bazel:__subpackages__",
],
)