You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2024/01/11 09:10:43 UTC

(phoenix) branch master updated: PHOENIX-7178 Use skipITs instead of skip to disable failsafe tests

This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f7c3d4ee4 PHOENIX-7178 Use skipITs instead of skip to disable failsafe tests
1f7c3d4ee4 is described below

commit 1f7c3d4ee453248421f012aeb7ce3151229880be
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu Jan 11 10:01:34 2024 +0100

    PHOENIX-7178 Use skipITs instead of skip to disable failsafe tests
---
 phoenix-tracing-webapp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phoenix-tracing-webapp/pom.xml b/phoenix-tracing-webapp/pom.xml
index 338cd3146d..58faa0abab 100755
--- a/phoenix-tracing-webapp/pom.xml
+++ b/phoenix-tracing-webapp/pom.xml
@@ -97,7 +97,7 @@
           <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-failsafe-plugin</artifactId>
             <configuration>
-              <skip>true</skip>
+              <skipITs>true</skipITs>
             </configuration>
         </plugin>
         <plugin>