Skip to content

Commit 84a24b5

Browse files
lostluckVardhanThigle
authored andcommitted
[Prism] Disable trie tests. (apache#33843)
Co-authored-by: lostluck <13907733+lostluck@users.noreply.github.com>
1 parent aeb6c4b commit 84a24b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runners/prism/java/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,9 @@ def createPrismValidatesRunnerTask = { name, environmentType ->
219219
// Processing time with TestStream is unreliable without being able to control
220220
// SDK side time portably. Ignore these tests.
221221
excludeCategories 'org.apache.beam.sdk.testing.UsesTestStreamWithProcessingTime'
222+
223+
// Not yet supported in Prism.
224+
excludeCategories 'org.apache.beam.sdk.testing.UsesBoundedTrieMetrics'
222225
}
223226
filter {
224227
for (String test : sickbayTests) {

0 commit comments

Comments
 (0)