| commit | 20fa7830a6e0ba0c4e2bc5f31d357950dbb25afe | [log] [tgz] |
|---|---|---|
| author | Damien Martin-Guillerez <dmarting@google.com> | Wed Oct 05 19:31:33 2016 +0000 |
| committer | Damien Martin-Guillerez <dmarting@google.com> | Wed Oct 05 19:41:56 2016 +0000 |
| tree | 7fd3bdc0787f633ae2a3397e1582b7511fa43b3e | |
| parent | e673653a3b88e92f6491e998f40596c312b64362 [diff] |
Don't run ijar test with JDK7 Those tests requires JDK8 features, just ignore them. -- MOS_MIGRATED_REVID=135264862
diff --git a/third_party/ijar/test/BUILD b/third_party/ijar/test/BUILD index b05f9ce..2687888 100644 --- a/third_party/ijar/test/BUILD +++ b/third_party/ijar/test/BUILD
@@ -45,7 +45,10 @@ "//tools/jdk:langtools", ], shard_count = 5, - tags = ["zip"], + tags = [ + "jdk8", + "zip", + ], ) sh_test(