Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Aug 12, 2024
1 parent edf4c4f commit 70650bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners/google-cloud-dataflow-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ task validatesRunnerV2Streaming {
description = "Runs the ValidatesRunner tests on Dataflow Runner V2 forcing streaming mode"
dependsOn(createRunnerV2ValidatesRunnerTest(
name: 'validatesRunnerV2TestStreaming',
pipelineOptions: runnerV2PipelineOptions + ['--streaming', '--experiments=enable_streaming_engine'],
pipelineOptions: runnerV2PipelineOptions + ['--streaming', '--experiments=enable_streaming_engine', '--experiments=upload_graph'],
excludedCategories: [
'org.apache.beam.sdk.testing.LargeKeys$Above10KB',
'org.apache.beam.sdk.testing.UsesBoundedSplittableParDo',
Expand Down

0 comments on commit 70650bd

Please sign in to comment.