Skip to content

Commit 7451a7e

Browse files
authored
Exclude BoundedTrieMetrics tests for ULR (#33899)
1 parent 59d9b8f commit 7451a7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runners/portability/java/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ def createUlrValidatesRunnerTask = { name, environmentType, dockerImageTask = ""
156156
useJUnit {
157157
includeCategories 'org.apache.beam.sdk.testing.ValidatesRunner'
158158
// Should be run only in a properly configured SDK harness environment
159+
excludeCategories 'org.apache.beam.sdk.testing.UsesBoundedTrieMetrics'
159160
excludeCategories 'org.apache.beam.sdk.testing.UsesExternalService'
160161
excludeCategories 'org.apache.beam.sdk.testing.UsesSdkHarnessEnvironment'
161162
excludeCategories 'org.apache.beam.sdk.testing.UsesGaugeMetrics'

0 commit comments

Comments
 (0)