From 48180e437c5e8c01ea1bbdf38e31320fc7fc09c7 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Tue, 6 Apr 2021 17:01:55 -0400 Subject: [PATCH] Bug 499777: Don't fail build if no tests are found using tags can cause all tests to be excluded, which is ok and should not fail the build Change-Id: Ia7f5e06c6bfb76df0cd3ac7b5ffe13e555489fad --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 1272b5efca3..d7da45f16b7 100644 --- a/pom.xml +++ b/pom.xml @@ -454,6 +454,8 @@ true ${tycho.testArgLine} ${base.ui.test.vmargs} -pluginCustomization ${basedir}/../../disable_intro_in_tests.ini + + false @@ -477,6 +479,8 @@ false ${tycho.testArgLine} ${base.ui.test.vmargs} -pluginCustomization ${basedir}/../../disable_intro_in_tests.ini + + false @@ -854,6 +858,8 @@ org.eclipse.platform.ide ${tycho.testArgLine} ${base.test.vmargs} -pluginCustomization ${basedir}/../../disable_intro_in_tests.ini + + false