Skip to content

Commit

Permalink
[Prism] Disable trie tests. (#33843)
Browse files Browse the repository at this point in the history
Co-authored-by: lostluck <[email protected]>
  • Loading branch information
lostluck and lostluck authored Feb 3, 2025
1 parent 8cbccc9 commit 4d78028
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runners/prism/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ def createPrismValidatesRunnerTask = { name, environmentType ->
// Processing time with TestStream is unreliable without being able to control
// SDK side time portably. Ignore these tests.
excludeCategories 'org.apache.beam.sdk.testing.UsesTestStreamWithProcessingTime'

// Not yet supported in Prism.
excludeCategories 'org.apache.beam.sdk.testing.UsesBoundedTrieMetrics'
}
filter {
for (String test : sickbayTests) {
Expand Down

0 comments on commit 4d78028

Please sign in to comment.