aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-10-05 19:31:33 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-10-05 19:41:56 +0000
commit20fa7830a6e0ba0c4e2bc5f31d357950dbb25afe (patch)
tree7fd3bdc0787f633ae2a3397e1582b7511fa43b3e /third_party
parente673653a3b88e92f6491e998f40596c312b64362 (diff)
Don't run ijar test with JDK7
Those tests requires JDK8 features, just ignore them. -- MOS_MIGRATED_REVID=135264862
Diffstat (limited to 'third_party')
-rw-r--r--third_party/ijar/test/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/third_party/ijar/test/BUILD b/third_party/ijar/test/BUILD
index b05f9ce47f..2687888c52 100644
--- a/third_party/ijar/test/BUILD
+++ b/third_party/ijar/test/BUILD
@@ -45,7 +45,10 @@ sh_test(
"//tools/jdk:langtools",
],
shard_count = 5,
- tags = ["zip"],
+ tags = [
+ "jdk8",
+ "zip",
+ ],
)
sh_test(