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

rombert pushed a commit to branch issue/SLING-11934
in repository 
https://gitbox.apache.org/repos/asf/sling-feature-launcher-maven-plugin.git

commit c7763fb31bf284cec1733a9aded1fbc3da97df8b
Author: Robert Munteanu <romb...@apache.org>
AuthorDate: Thu Jul 6 17:02:21 2023 +0300

    SLING-11934 - Disable invoker ITs on Windows
    
    This will be re-enabled once we have the tests running as expected on 
Jenkins.
---
 pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/pom.xml b/pom.xml
index ccb9614..b5503c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,4 +194,19 @@
             </plugin>
         </plugins>
     </reporting>
+
+    <profiles>
+        <!-- remove once SLING-11934 is fixed -->
+        <profile>
+            <id>skip-invoker-windows</id>
+            <activation>
+                <os>
+                    <family>Windows</family>
+                </os>
+            </activation>
+            <properties>
+                <invoker.skip>true</invoker.skip>
+            </properties>
+        </profile>
+    </profiles>
 </project>

Reply via email to