summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jgit.test/BUILD')
-rw-r--r--org.eclipse.jgit.test/BUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.jgit.test/BUILD b/org.eclipse.jgit.test/BUILD
index 9c8cc894f7..3f664f93f3 100644
--- a/org.eclipse.jgit.test/BUILD
+++ b/org.eclipse.jgit.test/BUILD
@@ -37,11 +37,15 @@ DATA = [
PKG + "lib/sorttest.gitindex.dat",
]
+EXCLUDED = [
+ PKG + "api/SecurityManagerTest.java",
+]
+
RESOURCES = glob(["resources/**"])
tests(tests = glob(
["tst/**/*.java"],
- exclude = HELPERS + DATA,
+ exclude = HELPERS + DATA + EXCLUDED,
))
java_library(