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:11:03 UTC

(phoenix) branch 5.1 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 5.1
in repository https://gitbox.apache.org/repos/asf/phoenix.git


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

commit ae2da942d5e772ca227b505c520dd019b771451f
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 05e9ee2f48..ecfc072046 100755
--- a/phoenix-tracing-webapp/pom.xml
+++ b/phoenix-tracing-webapp/pom.xml
@@ -86,7 +86,7 @@
           <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-failsafe-plugin</artifactId>
             <configuration>
-              <skip>true</skip>
+              <skipITs>true</skipITs>
             </configuration>
         </plugin>
         <plugin>