Skip to content

Commit

Permalink
Exclude testRedistributePreservesMetadata from Spark PVR batch (#31286)
Browse files Browse the repository at this point in the history
* Exclude testRedistributePreservesMetadata from Spark PVR batch
  • Loading branch information
Abacn authored May 14, 2024
1 parent c061b27 commit 785855e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"comment": "Modify this file in a trivial way to cause this test suite to run"
"comment": "Modify this file in a trivial way to cause this test suite to run",
"modification": 1
}
3 changes: 2 additions & 1 deletion runners/spark/job-server/spark_job_server.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ def portableValidatesRunnerTask(String name, boolean streaming, boolean docker,
testFilter = {
// TODO (https://github.com/apache/beam/issues/20189)
excludeTestsMatching 'org.apache.beam.sdk.transforms.FlattenTest.testFlattenWithDifferentInputAndOutputCoders2'

// TODO(https://github.com/apache/beam/issues/31231)
excludeTestsMatching 'org.apache.beam.sdk.transforms.RedistributeTest.testRedistributePreservesMetadata'
for (String test : sickbayTests) {
excludeTestsMatching test
}
Expand Down

0 comments on commit 785855e

Please sign in to comment.