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

[beam] branch master updated: [BEAM-6569] Remove a flaky test from a precommit suite. (#7691)

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

pabloem 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 41091cb  [BEAM-6569] Remove a flaky test from a precommit suite. (#7691)
41091cb is described below

commit 41091cb3f7f6b09bc1e97310572ae0d8d1448ad3
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Thu Jan 31 11:33:46 2019 -0800

    [BEAM-6569] Remove a flaky test from a precommit suite. (#7691)
    
    * [BEAM-6569] Remove a flaky test from a precommit suite.
    
    * Remove duplicate mentions of apache_beam.io.gcp.gcsfilesystem_test, apache_beam.io.hdfs_integration_test, apache_beam.io.range_trackers_test, and once again apache_beam.io.gcp.gcsio_test.
---
 sdks/python/tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini
index 5265d35..dbccd56 100644
--- a/sdks/python/tox.ini
+++ b/sdks/python/tox.ini
@@ -99,7 +99,7 @@ setenv =
   RUN_SKIPPED_PY3_TESTS=0
 extras = test,gcp
 modules =
-  apache_beam.typehints,apache_beam.coders,apache_beam.options,apache_beam.tools,apache_beam.utils,apache_beam.internal,apache_beam.metrics,apache_beam.portability,apache_beam.pipeline_test,apache_beam.pvalue_test,apache_beam.runners,apache_beam.io.hadoopfilesystem_test,apache_beam.io.hdfs_integration_test,apache_beam.io.gcp.tests.utils_test,apache_beam.io.gcp.big_query_query_to_table_it_test,apache_beam.io.gcp.bigquery_io_read_it_test,apache_beam.io.gcp.bigquery_test,apache_beam.io.gcp. [...]
+  apache_beam.typehints,apache_beam.coders,apache_beam.options,apache_beam.tools,apache_beam.utils,apache_beam.internal,apache_beam.metrics,apache_beam.portability,apache_beam.pipeline_test,apache_beam.pvalue_test,apache_beam.runners,apache_beam.io.hadoopfilesystem_test,apache_beam.io.gcp.tests.utils_test,apache_beam.io.gcp.big_query_query_to_table_it_test,apache_beam.io.gcp.bigquery_io_read_it_test,apache_beam.io.gcp.bigquery_test,apache_beam.io.gcp.pubsub_integration_test,apache_beam.i [...]
 commands =
   python --version
   pip --version