]> source.dussan.org Git - jgit.git/commit
Bazel: Disable SecurityManagerMissingPermissionsTest test 64/161164/5
authorDavid Ostrovsky <david@ostrovsky.org>
Fri, 17 Apr 2020 22:00:32 +0000 (00:00 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Sat, 18 Apr 2020 16:51:36 +0000 (18:51 +0200)
commit9b2f8ced9018dad519fefdc19d3940104b95434a
tree3ff07393cafe587518705ee7a9d1a4c8b05fb237
parenta0aebbd52899c21eedc9b021f595e45da07820d2
Bazel: Disable SecurityManagerMissingPermissionsTest test

In Id5376f09f0d a test with dependency on log4j library was added, but
the library was missed to be added to the Bazel build tool chain.

Given that Bazel test runner doesn't suport custom security manager the
test wouldn't pass even if the missing dependency would be added. The
only solution we have for now is to exclude that test from Bazel tool
chain.

Filed a feature request for bazel to support such tests at
https://github.com/bazelbuild/bazel/issues/11146

Bug: 562274
Change-Id: I873a0e09addc583455b68122f66cd3952e485f0e
Signed-off-by: David Ostrovsky <david@ostrovsky.org>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.test/BUILD
org.eclipse.jgit.test/tests.bzl