Skip to content

Commit

Permalink
Exclude AvroSchemaTest for Spark Runner
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNeuralBit committed Dec 12, 2019
1 parent df37616 commit 766758a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runners/spark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ task validatesRunnerBatch(type: Test) {
// Portability
excludeCategories 'org.apache.beam.sdk.testing.UsesImpulse'
excludeCategories 'org.apache.beam.sdk.testing.UsesCrossLanguageTransforms'
// TODO(BEAM-8955): Figure out why AvroSchemaTest.testAvroPipelineGroupBy is broken for Spark
exclude '**/AvroSchemaTest.class'
}
jvmArgs '-Xmx3g'
}
Expand Down

0 comments on commit 766758a

Please sign in to comment.