Skip to content

Commit

Permalink
Fix IO tests. (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez authored Jul 27, 2020
1 parent 495b2c7 commit 7f3833c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
Empty file added io/build-test-java11
Empty file.
17 changes: 0 additions & 17 deletions io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,6 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<!-- Skip default Surefire runner. Tests will run with JDK profiles -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<executions>
<execution>
<id>default-test</id>
<configuration>
<skipTests>true</skipTests>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>coverage</id>
Expand Down

0 comments on commit 7f3833c

Please sign in to comment.