Skip to content

Commit

Permalink
circle: temporarily turn off instagram live scraping test
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Nov 8, 2020
1 parent b08834e commit c4312aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
sleep 5s
DATASTORE_EMULATOR_HOST=localhost:8089 DATASTORE_DATASET=granary-demo python3 -m coverage run --source=. --omit=appengine_config.py,cron.py,granary/tests/\*,local3/\*,oauth-dropins/\*,old_apps/\*,setup.py,test_\*,\*_live_test.py -m unittest discover -v
kill %1
PYTHONPATH= python ./instagram_live_test.py --debug
# PYTHONPATH= python ./instagram_live_test.py --debug
python -m coverage html -d /tmp/coverage_html
if [ "$COVERALLS_REPO_TOKEN" != "" ]; then coveralls || true; fi
Expand Down

0 comments on commit c4312aa

Please sign in to comment.