Skip to content

Commit

Permalink
Run other arm tests on Dataflow Java
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Sep 26, 2023
1 parent a7e12db commit 3b113cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions runners/google-cloud-dataflow-java/arm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,9 @@ task examplesJavaRunnerV2IntegrationTestARM(type: Test) {

systemProperty "beamTestPipelineOptions", JsonOutput.toJson(runnerV2PipelineOptionsARM)

include '**/WordCountIT.class'
include '**/WindowedWordCountIT.class'
include '**/*IT.class'
// TODO(https://github.com/apache/beam/issues/20593): test times out.
exclude '**/FhirIOReadIT.class'

maxParallelForks 4
classpath = configurations.examplesJavaIntegrationTest
Expand Down

0 comments on commit 3b113cd

Please sign in to comment.