You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2019/05/09 15:35:19 UTC

[beam] branch spark-runner_structured-streaming updated: fixup Enable UsesFailureMessage category of tests

This is an automated email from the ASF dual-hosted git repository.

iemejia pushed a commit to branch spark-runner_structured-streaming
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/spark-runner_structured-streaming by this push:
     new 5cf3e1b  fixup Enable UsesFailureMessage category of tests
5cf3e1b is described below

commit 5cf3e1b05f73a50639f5ac2e863ea0a464ac1df6
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Thu May 9 17:23:53 2019 +0200

    fixup Enable UsesFailureMessage category of tests
---
 runners/spark/build.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/runners/spark/build.gradle b/runners/spark/build.gradle
index ad43212..02dfac7 100644
--- a/runners/spark/build.gradle
+++ b/runners/spark/build.gradle
@@ -185,7 +185,6 @@ task validatesStructuredStreamingRunnerBatch(type: Test) {
   useJUnit {
     includeCategories 'org.apache.beam.sdk.testing.ValidatesRunner'
     excludeCategories 'org.apache.beam.sdk.testing.UsesCustomWindowMerging'
-    excludeCategories 'org.apache.beam.sdk.testing.UsesFailureMessage'
     // Unbounded
     excludeCategories 'org.apache.beam.sdk.testing.UsesUnboundedPCollections'
     excludeCategories 'org.apache.beam.sdk.testing.UsesTestStream'