Skip to content

Commit

Permalink
Exclude per-key order tests on Twister2 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloem committed Jan 26, 2022
1 parent ed2f1fb commit f72bd05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runners/twister2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ task validatesRunnerBatch(type: Test) {
excludeCategories 'org.apache.beam.sdk.testing.UsesImpulse'
excludeCategories 'org.apache.beam.sdk.testing.UsesMetricsPusher'
excludeCategories 'org.apache.beam.sdk.testing.UsesBundleFinalizer'
// Feature unsupported by this runner
excludeCategories 'org.apache.beam.sdk.testing.UsesPerKeyOrderedDelivery'
excludeCategories 'org.apache.beam.sdk.testing.UsesPerKeyOrderInBundle'
}

maxHeapSize = '6g'
Expand Down

0 comments on commit f72bd05

Please sign in to comment.