This is an automated email from the ASF dual-hosted git repository.
ibzib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 91f90a8 [BEAM-10025] [Samza] Exclude UsesUnboundedPCollections tests.
new b0ece37 Merge pull request #12270 from ibzib/BEAM-10025
91f90a8 is described below
commit 91f90a88a8d422cdd7c9e23ae1c3a8905077a485
Author: Kyle Weaver <[email protected]>
AuthorDate: Wed Jul 15 13:19:42 2020 -0700
[BEAM-10025] [Samza] Exclude UsesUnboundedPCollections tests.
---
runners/samza/build.gradle | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/runners/samza/build.gradle b/runners/samza/build.gradle
index a77a712..ec50b34 100644
--- a/runners/samza/build.gradle
+++ b/runners/samza/build.gradle
@@ -91,6 +91,10 @@ task validatesRunner(type: Test) {
excludeCategories 'org.apache.beam.sdk.testing.UsesOnWindowExpiration'
excludeCategories 'org.apache.beam.sdk.testing.UsesBundleFinalizer'
}
+ filter {
+ // TODO(BEAM-10025)
+ excludeTestsMatching
'org.apache.beam.sdk.transforms.ParDoTest$TimerTests.testOutputTimestampDefaultUnbounded'
+ }
}
// Generates :runners:samza:runQuickstartJavaSamza