From bafd8987c48502a4bfb944fadf64cd405c60ab40 Mon Sep 17 00:00:00 2001 From: philwo Date: Thu, 26 Jul 2018 03:09:33 -0700 Subject: Internal change PiperOrigin-RevId: 206130934 --- third_party/ijar/test/BUILD | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'third_party/ijar') diff --git a/third_party/ijar/test/BUILD b/third_party/ijar/test/BUILD index dc77d7eb20..903d46e677 100644 --- a/third_party/ijar/test/BUILD +++ b/third_party/ijar/test/BUILD @@ -45,10 +45,7 @@ sh_test( "//tools/jdk:langtools", ], shard_count = 5, - tags = [ - "jdk8", - "zip", - ], + tags = ["zip"], ) sh_test( @@ -73,7 +70,6 @@ java_library( name = "invokedynamic", testonly = 1, srcs = ["invokedynamic/ClassWithLambda.java"], - tags = ["jdk8"], ) # For testing purposes: a class which exposes a private nested class in @@ -160,14 +156,12 @@ genrule( java_library( name = "typeannotations2", srcs = glob(["typeannotations2/**/*.java"]), - tags = ["jdk8"], ) java_library( name = "methodparameters", srcs = ["methodparameters/Test.java"], javacopts = ["-parameters"], - tags = ["jdk8"], ) java_binary( -- cgit v1.2.3