Skip to content

Commit 0fc0ba8

Browse files
authored
Merge pull request #38507 from apache/cp-38497
[Cherrypick] Sickbay two failed tests due to new schema coder urn (#38497)
2 parents a1d3469 + 739a054 commit 0fc0ba8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

runners/portability/java/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,11 @@ def createUlrValidatesRunnerTask = { name, environmentType, dockerImageTask = ""
214214
// TODO(https://github.com/apache/beam/issues/31231)
215215
excludeTestsMatching 'org.apache.beam.sdk.transforms.RedistributeTest.testRedistributePreservesMetadata'
216216

217+
// TODO(https://github.com/apache/beam/issues/33859): Failed with "KeyError: 'beam:coder:schema:v1'".
218+
// New schema coder urn is not yet supported in runners other than dataflow
219+
excludeTestsMatching 'org.apache.beam.sdk.transforms.PerKeyOrderingTest.testMultipleStatefulOrderingWithShuffle'
220+
excludeTestsMatching 'org.apache.beam.sdk.transforms.PerKeyOrderingTest.testMultipleStatefulOrderingWithoutShuffle'
221+
217222
for (String test : sickbayTests) {
218223
excludeTestsMatching test
219224
}

0 commit comments

Comments
 (0)