aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/bazel/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/shell/bazel/BUILD')
-rw-r--r--src/test/shell/bazel/BUILD14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/test/shell/bazel/BUILD b/src/test/shell/bazel/BUILD
index 9034672007..0d977f2aa5 100644
--- a/src/test/shell/bazel/BUILD
+++ b/src/test/shell/bazel/BUILD
@@ -189,7 +189,6 @@ sh_test(
srcs = ["bazel_coverage_test.sh"],
data = [":test-deps"],
tags = [
- "jdk8", # TODO(elenairina): Re-enable for JDK7 once https://github.com/bazelbuild/bazel/issues/2890 is fixed.
"local",
"no_windows",
],
@@ -321,17 +320,6 @@ sh_test(
)
sh_test(
- name = "local_repository_test_jdk8",
- size = "medium",
- srcs = ["local_repository_test_jdk8.sh"],
- data = [":test-deps"],
- tags = [
- "jdk8",
- "no_windows",
- ],
-)
-
-sh_test(
name = "cross_repository_test",
size = "large",
srcs = ["cross_repository_test.sh"],
@@ -566,7 +554,6 @@ sh_test(
"//:bazel-distfile",
"//src:embedded_jdk",
],
- tags = ["jdk8"],
)
sh_test(
@@ -579,7 +566,6 @@ sh_test(
"//:bazel-distfile",
],
tags = [
- "jdk8",
"no_windows",
"slow",
],