You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ch...@apache.org on 2019/03/09 00:44:03 UTC

[beam] branch master updated: Remove BigQuery storage IT from some postcommits

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

chamikara 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 514771b  Remove BigQuery storage IT from some postcommits
     new f87809f  Merge pull request #8021: [BEAM-6794] Partially roll back BQ storage integration tests
514771b is described below

commit 514771bbf726c0230e8e214c85788369f1276373
Author: Kenneth Jung <km...@google.com>
AuthorDate: Fri Mar 8 15:19:33 2019 -0800

    Remove BigQuery storage IT from some postcommits
    
    This change removes the BigQueryIOStorageReadIT integration test from
    the googleCloudPlatformFnApiWorkerIntegrationTest Gradle task so that
    the test will not run with the fnapi framework for the time being.
---
 runners/google-cloud-dataflow-java/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/runners/google-cloud-dataflow-java/build.gradle b/runners/google-cloud-dataflow-java/build.gradle
index 3218e46..1c91938 100644
--- a/runners/google-cloud-dataflow-java/build.gradle
+++ b/runners/google-cloud-dataflow-java/build.gradle
@@ -342,6 +342,7 @@ task googleCloudPlatformFnApiWorkerIntegrationTest(type: Test) {
 
     include '**/*IT.class'
     exclude '**/BigQueryIOReadIT.class'
+    exclude '**/BigQueryIOStorageReadIT.class'
     exclude '**/BigQueryIOStorageReadTableRowIT.class'
     exclude '**/PubsubReadIT.class'
     exclude '**/SpannerReadIT.class'