Skip to content

Commit

Permalink
Add BigQueryQueryToTableIT to python IT running with direct runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
Boyuan Zhang committed Sep 18, 2018
1 parent 9df77e1 commit c7486be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdks/python/scripts/run_postcommit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ TESTS=""
if [[ "$3" = "TestDirectRunner" ]]; then
TESTS="--tests=\
apache_beam.examples.wordcount_it_test:WordCountIT.test_wordcount_it,\
apache_beam.io.gcp.pubsub_integration_test:PubSubIntegrationTest"
apache_beam.io.gcp.pubsub_integration_test:PubSubIntegrationTest,\
apache_beam.io.gcp.big_query_query_to_table_it_test:BigQueryQueryToTableIT"
fi

###########################################################################
Expand Down

0 comments on commit c7486be

Please sign in to comment.