Skip to content

Commit

Permalink
[BEAM-8460] Exclude category containing failing tests for spark/flink…
Browse files Browse the repository at this point in the history
… to restore green test signal. (#12503)
  • Loading branch information
lukecwik authored Aug 7, 2020
1 parent e86eb59 commit 84cbd9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions runners/flink/flink_runner.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ def createValidatesRunnerTask(Map m) {
excludeCategories 'org.apache.beam.sdk.testing.UsesSystemMetrics'
excludeCategories 'org.apache.beam.sdk.testing.UsesBundleFinalizer'
excludeCategories 'org.apache.beam.sdk.testing.UsesOnWindowExpiration'
excludeCategories 'org.apache.beam.sdk.testing.UsesStrictTimerOrdering'
if (config.streaming) {
excludeCategories 'org.apache.beam.sdk.testing.UsesTimerMap'
excludeCategories 'org.apache.beam.sdk.testing.UsesImpulse'
Expand Down
1 change: 1 addition & 0 deletions runners/spark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ task validatesRunnerBatch(type: Test) {
excludeCategories 'org.apache.beam.sdk.testing.UsesTimerMap'
excludeCategories 'org.apache.beam.sdk.testing.UsesKeyInParDo'
excludeCategories 'org.apache.beam.sdk.testing.UsesOnWindowExpiration'
excludeCategories 'org.apache.beam.sdk.testing.UsesStrictTimerOrdering'
// Unbounded
excludeCategories 'org.apache.beam.sdk.testing.UsesUnboundedPCollections'
excludeCategories 'org.apache.beam.sdk.testing.UsesTestStream'
Expand Down

0 comments on commit 84cbd9b

Please sign in to comment.