From 5eb6329156e26037414e6ae2662a1aaea7682c13 Mon Sep 17 00:00:00 2001 From: Julien Desprez Date: Wed, 24 Feb 2021 09:26:04 -0800 Subject: Mark junit-params-test as not unit tests They have one existing failure due to update in Junit error text. These tests would be hard to maintain in presubmit as unit_tests since they are external. Test: presubmit Bug: 180736967 Change-Id: I531c5c950b1ee4cf12fc9109d855eea8f9563f65 --- Android.bp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Android.bp b/Android.bp index eb14249..d1a7625 100644 --- a/Android.bp +++ b/Android.bp @@ -60,6 +60,11 @@ java_library_host { java_test { name: "junit-params-test", host_supported: true, + // Don't consider those unit tests, they would be hard to maintain since they are + // from external, and have dependencies on the junit version. + test_options: { + unit_test: false, + }, srcs: ["src/test/java/**/*.java"], java_resource_dirs: ["src/test/resources"], sdk_version: "core_current", -- cgit v1.2.3