This is an automated email from the ASF dual-hosted git repository.
lcwik 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 9f43c11 [BEAM-6978] Disable SDF testing for Dataflow using
portability. (#8261)
9f43c11 is described below
commit 9f43c115c519633b30290677ba2ba49a6bfd65a6
Author: Lukasz Cwik <[email protected]>
AuthorDate: Tue Apr 9 10:03:07 2019 -0700
[BEAM-6978] Disable SDF testing for Dataflow using portability. (#8261)
It was an accident that it worked but wasn't too spec so disabling the test
category.
---
runners/google-cloud-dataflow-java/build.gradle | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/runners/google-cloud-dataflow-java/build.gradle
b/runners/google-cloud-dataflow-java/build.gradle
index 8280011..c9cefa5 100644
--- a/runners/google-cloud-dataflow-java/build.gradle
+++ b/runners/google-cloud-dataflow-java/build.gradle
@@ -143,11 +143,12 @@ def commonExcludeCategories = [
]
def fnApiWorkerExcludeCategories = [
+ 'org.apache.beam.sdk.testing.UsesBoundedSplittableParDo',
'org.apache.beam.sdk.testing.UsesCustomWindowMerging',
'org.apache.beam.sdk.testing.DataflowPortabilityApiUnsupported',
'org.apache.beam.sdk.testing.FlattenWithHeterogeneousCoders',
'org.apache.beam.sdk.testing.UsesUnboundedSplittableParDo',
- 'org.apache.beam.sdk.testing.UsesSchema'
+ 'org.apache.beam.sdk.testing.UsesSchema',
]
// For the following test tasks using legacy worker, set
workerHarnessContainerImage to empty to