Skip to content

Commit

Permalink
Merge pull request #29836 Remove failing multimap key iteration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb authored Dec 20, 2023
2 parents 1986517 + 91aeba4 commit fa11c0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runners/portability/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@ def createUlrValidatesRunnerTask = { name, environmentType, dockerImageTask = ""
excludeTestsMatching 'org.apache.beam.sdk.transforms.ViewTest.testWindowedMultimapAsEntrySetSideInput'
excludeTestsMatching 'org.apache.beam.sdk.transforms.ViewTest.testWindowedMapAsEntrySetSideInput'
excludeTestsMatching 'org.apache.beam.sdk.transforms.ViewTest.testMultimapAsEntrySetSideInput'
excludeTestsMatching 'org.apache.beam.sdk.transforms.ViewTest.testEmptyMapSideInput'
excludeTestsMatching 'org.apache.beam.sdk.transforms.ViewTest.testEmptyMapSideInputWithNonDeterministicKeyCoder'
excludeTestsMatching 'org.apache.beam.sdk.transforms.ViewTest.testEmptyMultimapSideInput'
excludeTestsMatching 'org.apache.beam.sdk.transforms.ViewTest.testEmptyMultimapSideInputWithNonDeterministicKeyCoder'

for (String test : sickbayTests) {
excludeTestsMatching test
Expand Down

0 comments on commit fa11c0f

Please sign in to comment.