This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch HDDS-9299 in repository https://gitbox.apache.org/repos/asf/ozone.git
commit 24c64655a8d77e52b0b57709d9cbe92fe09634b1 Author: Doroszlai, Attila <[email protected]> AuthorDate: Fri Oct 13 07:13:56 2023 +0200 skip slow JUnit4 integration tests in CI run --- pom.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 3c0b69462e..b3932ab6c5 100644 --- a/pom.xml +++ b/pom.xml @@ -2208,7 +2208,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <includes> <include>org.apache.hadoop.ozone.client.**</include> </includes> - <excludedGroups>flaky | slow | unhealthy | org.apache.ozone.test.UnhealthyTest</excludedGroups> + <excludedGroups>flaky | slow | org.apache.ozone.test.SlowTest | unhealthy | org.apache.ozone.test.UnhealthyTest</excludedGroups> </configuration> </plugin> </plugins> @@ -2225,7 +2225,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <includes> <include>org.apache.hadoop.ozone.om.**</include> </includes> - <excludedGroups>flaky | slow | unhealthy | org.apache.ozone.test.UnhealthyTest</excludedGroups> + <excludedGroups>flaky | slow | org.apache.ozone.test.SlowTest | unhealthy | org.apache.ozone.test.UnhealthyTest</excludedGroups> </configuration> </plugin> </plugins> @@ -2242,7 +2242,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <includes> <include>org.apache.hadoop.ozone.scm.**</include> </includes> - <excludedGroups>flaky | slow | unhealthy | org.apache.ozone.test.UnhealthyTest</excludedGroups> + <excludedGroups>flaky | slow | org.apache.ozone.test.SlowTest | unhealthy | org.apache.ozone.test.UnhealthyTest</excludedGroups> </configuration> </plugin> </plugins> @@ -2259,7 +2259,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <includes> <include>org.apache.hadoop.fs.ozone.contract.**</include> </includes> - <excludedGroups>flaky | slow | unhealthy | org.apache.ozone.test.UnhealthyTest</excludedGroups> + <excludedGroups>flaky | slow | org.apache.ozone.test.SlowTest | unhealthy | org.apache.ozone.test.UnhealthyTest</excludedGroups> </configuration> </plugin> </plugins> @@ -2279,7 +2279,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <excludes> <exclude>org.apache.hadoop.fs.ozone.contract.**</exclude> </excludes> - <excludedGroups>flaky | slow | unhealthy | org.apache.ozone.test.UnhealthyTest</excludedGroups> + <excludedGroups>flaky | slow | org.apache.ozone.test.SlowTest | unhealthy | org.apache.ozone.test.UnhealthyTest</excludedGroups> </configuration> </plugin> </plugins> @@ -2296,7 +2296,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <includes> <include>org.apache.hadoop.hdds.**</include> </includes> - <excludedGroups>flaky | slow | unhealthy | org.apache.ozone.test.UnhealthyTest</excludedGroups> + <excludedGroups>flaky | slow | org.apache.ozone.test.SlowTest | unhealthy | org.apache.ozone.test.UnhealthyTest</excludedGroups> </configuration> </plugin> </plugins> @@ -2321,7 +2321,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <exclude>org.apache.hadoop.ozone.scm.**</exclude> <exclude>org.apache.hadoop.ozone.shell.**</exclude> </excludes> - <excludedGroups>flaky | slow | unhealthy | org.apache.ozone.test.UnhealthyTest</excludedGroups> + <excludedGroups>flaky | slow | org.apache.ozone.test.SlowTest | unhealthy | org.apache.ozone.test.UnhealthyTest</excludedGroups> </configuration> </plugin> </plugins> @@ -2340,7 +2340,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <include>org.apache.hadoop.ozone.freon.**</include> <include>org.apache.hadoop.ozone.shell.**</include> </includes> - <excludedGroups>flaky | slow | unhealthy | org.apache.ozone.test.UnhealthyTest</excludedGroups> + <excludedGroups>flaky | slow | org.apache.ozone.test.SlowTest | unhealthy | org.apache.ozone.test.UnhealthyTest</excludedGroups> </configuration> </plugin> </plugins> @@ -2354,7 +2354,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <excludedGroups>flaky | slow | unhealthy | org.apache.ozone.test.UnhealthyTest</excludedGroups> + <excludedGroups>flaky | slow | org.apache.ozone.test.SlowTest | unhealthy | org.apache.ozone.test.UnhealthyTest</excludedGroups> </configuration> </plugin> </plugins> @@ -2369,7 +2369,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <artifactId>maven-surefire-plugin</artifactId> <configuration> <groups>flaky</groups> - <excludedGroups>slow | unhealthy | org.apache.ozone.test.UnhealthyTest</excludedGroups> + <excludedGroups>slow | org.apache.ozone.test.SlowTest | unhealthy | org.apache.ozone.test.UnhealthyTest</excludedGroups> </configuration> </plugin> </plugins> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
