Skip to content

Commit 36a6395

Browse files
committed
Update surefire version and enable tests
1 parent 45df71f commit 36a6395

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Dockerfile.builder

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ ADD src ${OTP_ROOT}/src
1212
add .git ${OTP_ROOT}/.git
1313

1414
# Build OTP
15-
RUN mvn package -DskipTests
15+
RUN mvn package

pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,9 @@
257257
<plugin>
258258
<groupId>org.apache.maven.plugins</groupId>
259259
<artifactId>maven-surefire-plugin</artifactId>
260-
<version>2.21.0</version>
261-
<configuration>
260+
<!-- Fixes issue with tests failing in some environments. Replace this when proper version of 3.0 is released. -->
261+
<version>3.0.0-M1</version>
262+
<configuration>
262263
<argLine>-Xmx4G</argLine>
263264
<!-- Jenkins needs XML test reports to determine whether the build is stable. -->
264265
<disableXmlReport>false</disableXmlReport>

0 commit comments

Comments
 (0)