Skip to content

Commit

Permalink
Fix Hadoop 1 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
medb committed Feb 14, 2019
1 parent 02b17d1 commit 4a428d5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gcs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/*IntegrationTest.java</exclude>
<exclude>**/*Integration*Test.java</exclude>
<exclude>**/TestGoogleContract*.java</exclude>
</excludes>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions gcsio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<exclude>none</exclude>
</excludes>
<includes>
<include>**/*IntegrationTest.java</include>
<include>**/*Integration*Test.java</include>
<include>**/GoogleCloudStorageImplTest.java</include>
</includes>
</configuration>
Expand Down Expand Up @@ -117,7 +117,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/*IntegrationTest.java</exclude>
<exclude>**/*Integration*Test.java</exclude>
<exclude>**/GoogleCloudStorageImplTest.java</exclude>
</excludes>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
<exclude>none</exclude>
</excludes>
<includes>
<include>**/*IntegrationTest.java</include>
<include>**/*Integration*Test.java</include>
</includes>
<reuseForks>false</reuseForks>
<forkCount>1C</forkCount>
Expand Down Expand Up @@ -487,7 +487,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/*IntegrationTest.java</exclude>
<exclude>**/*Integration*Test.java</exclude>
</excludes>
<reuseForks>false</reuseForks>
<forkCount>2</forkCount>
Expand Down

0 comments on commit 4a428d5

Please sign in to comment.