Skip to content

Commit

Permalink
Exclude UsesProcessingTimeTimers from SamzaRunner tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kennknowles committed Feb 15, 2022
1 parent c5b14de commit a0bdba6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runners/samza/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ task validatesRunner(type: Test) {
excludeCategories 'org.apache.beam.sdk.testing.UsesTestStreamWithProcessingTime'
excludeCategories 'org.apache.beam.sdk.testing.UsesMetricsPusher'
excludeCategories 'org.apache.beam.sdk.testing.UsesParDoLifecycle'
excludeCategories 'org.apache.beam.sdk.testing.UsesProcessingTimeTimers'
excludeCategories 'org.apache.beam.sdk.testing.UsesStrictTimerOrdering'
excludeCategories 'org.apache.beam.sdk.testing.UsesOnWindowExpiration'
excludeCategories 'org.apache.beam.sdk.testing.UsesOrderedListState'
Expand Down

0 comments on commit a0bdba6

Please sign in to comment.