Skip to content

Commit

Permalink
[21709] - Fix for "beam_PostCommit_Java_ValidatesRunner_Samza Failing" (
Browse files Browse the repository at this point in the history
  • Loading branch information
fernando-wizeline authored Jun 16, 2022
1 parent b1634f0 commit 37a8f3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runners/samza/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ def sickbayTests = [
'org.apache.beam.sdk.coders.PCollectionCustomCoderTest.testEncodingIOException',
'org.apache.beam.sdk.coders.PCollectionCustomCoderTest.testDecodingNPException',
'org.apache.beam.sdk.coders.PCollectionCustomCoderTest.testDecodingIOException',
// https://github.com/apache/beam/issues/19344
'org.apache.beam.sdk.io.BoundedReadFromUnboundedSourceTest.testTimeBound',
]
tasks.register("validatesRunner", Test) {
group = "Verification"
Expand Down

0 comments on commit 37a8f3c

Please sign in to comment.