Suppress Attempted Metrics tests in Dataflow Batch Batch does not support attempted metrics, only committed and tentative.
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/545946a9 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/545946a9 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/545946a9 Branch: refs/heads/master Commit: 545946a97366cfb91069ee2bd4a3cf0f06e0b266 Parents: aadbe36 Author: Thomas Groh <[email protected]> Authored: Mon Aug 7 09:27:46 2017 -0700 Committer: Thomas Groh <[email protected]> Committed: Mon Aug 7 14:42:29 2017 -0700 ---------------------------------------------------------------------- runners/google-cloud-dataflow-java/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/545946a9/runners/google-cloud-dataflow-java/pom.xml ---------------------------------------------------------------------- diff --git a/runners/google-cloud-dataflow-java/pom.xml b/runners/google-cloud-dataflow-java/pom.xml index 1181b79..46352fb 100644 --- a/runners/google-cloud-dataflow-java/pom.xml +++ b/runners/google-cloud-dataflow-java/pom.xml @@ -245,6 +245,7 @@ --> <excludedGroups> org.apache.beam.sdk.testing.LargeKeys$Above10MB, + org.apache.beam.sdk.testing.UsesAttemptedMetrics, org.apache.beam.sdk.testing.UsesDistributionMetrics, org.apache.beam.sdk.testing.UsesGaugeMetrics, org.apache.beam.sdk.testing.UsesSetState,
