Skip to content

Commit 1339c5e

Browse files
committed
Put back running tests
1 parent 006d669 commit 1339c5e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,12 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
183183
</execution>
184184
</executions>
185185
</plugin>
186+
<!-- Need to skip known-failing tests for build... -->
187+
<plugin>
188+
<groupId>org.apache.maven.plugins</groupId>
189+
<artifactId>maven-surefire-plugin</artifactId>
190+
<version>${version.plugin.surefire}</version>
191+
</plugin>
186192
<!-- 20-Mar-2019, tatu: use Moditect for JDK9+ module info inclusion -->
187193
<plugin>
188194
<groupId>org.moditect</groupId>

0 commit comments

Comments
 (0)