Skip to content

Commit

Permalink
Merge pull request apache#5 from kennknowles/exclude-TextIO
Browse files Browse the repository at this point in the history
Exclude TextIO from FlinkRunner integration tests
  • Loading branch information
reuvenlax authored Mar 29, 2017
2 parents e519c77 + c1ae8db commit 6c946ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions runners/flink/runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
org.apache.beam.sdk.testing.UsesAttemptedMetrics,
org.apache.beam.sdk.testing.UsesCommittedMetrics
</excludedGroups>
<excludes>
<exclude>org.apache.beam.sdk.io.TextIO</exclude>
</excludes>
<parallel>none</parallel>
<failIfNoTests>true</failIfNoTests>
<dependenciesToScan>
Expand Down Expand Up @@ -92,6 +95,9 @@
org.apache.beam.sdk.testing.UsesAttemptedMetrics,
org.apache.beam.sdk.testing.UsesCommittedMetrics
</excludedGroups>
<excludes>
<exclude>org.apache.beam.sdk.io.TextIO</exclude>
</excludes>
<parallel>none</parallel>
<failIfNoTests>true</failIfNoTests>
<dependenciesToScan>
Expand Down

0 comments on commit 6c946ba

Please sign in to comment.