From c1e9a54c4753f95ea45665f5a749e32c4a014044 Mon Sep 17 00:00:00 2001 From: Andrew Purtell Date: Fri, 29 Jul 2022 18:10:51 -0700 Subject: [PATCH] HBASE-27258 Computed argLine not passed through to surefire configuration --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 4ce87cf12ec1..84e8dd622be2 100644 --- a/pom.xml +++ b/pom.xml @@ -1782,6 +1782,7 @@ ${surefire.version} + ${argLine} ${surefire.firstPartGroups} false false @@ -1834,6 +1835,7 @@ test + ${argLine} ${surefire.skipSecondPart} ${surefire.testFailureIgnore}