Fix filtering of slow tests

https://junit.org/junit5/docs/current/user-guide/#running-tests-build-maven-filter-tags


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/e2ad8e93
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/e2ad8e93
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/e2ad8e93

Branch: refs/heads/WICKET-6563
Commit: e2ad8e93dc6a7815e7a7f57d77c169acef5b78fe
Parents: 5dcf63d
Author: Martin Tzvetanov Grigorov <[email protected]>
Authored: Wed Sep 26 17:02:02 2018 +0300
Committer: Martin Tzvetanov Grigorov <[email protected]>
Committed: Wed Sep 26 17:02:02 2018 +0300

----------------------------------------------------------------------
 pom.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/e2ad8e93/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c5b5d9c..e205efe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -992,9 +992,6 @@
                                                <includes>
                                                        
<include>**/*Test.java</include>
                                                </includes>
-                                               <properties>
-                                                       
<excludeTags>SLOW</excludeTags>
-                                               </properties>
                                                <argLine>--add-opens 
java.base/jdk.internal.loader=ALL-UNNAMED --add-modules=ALL-SYSTEM</argLine>
                                        </configuration>
                                </plugin>
@@ -1206,7 +1203,7 @@
                                                
<artifactId>maven-surefire-plugin</artifactId>
                                                <inherited>true</inherited>
                                                <configuration>
-                                                       
<excludedGroups>org.apache.wicket.util.WicketTestTag</excludedGroups>
+                                                       
<excludedGroups>SLOW</excludedGroups>
                                                </configuration>
                                        </plugin>
                                        <plugin>

Reply via email to