Skip to content

Commit aaf12e7

Browse files
committed
[test] re-enable integration tests
Downgrade maven-surefire-plugin to 3.5.2 to run all integration tests again and also see failures.
1 parent 1d5848b commit aaf12e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exist-parent/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,8 @@
807807
<plugin>
808808
<groupId>org.apache.maven.plugins</groupId>
809809
<artifactId>maven-surefire-plugin</artifactId>
810-
<version>3.5.3</version>
810+
<!-- NOTE: version 3.5.3 fails to run XSuite tests -->
811+
<version>3.5.2</version>
811812
<dependencies>
812813
<dependency>
813814
<groupId>org.junit.platform</groupId>

0 commit comments

Comments
 (0)