skip tests that throw an net::opentimeout error

This commit is contained in:
Albert Yi
2018-05-14 10:00:52 -07:00
parent ca61985bd9
commit 8d5db3723b
6 changed files with 63 additions and 22 deletions

View File

@@ -45,9 +45,6 @@ jobs:
- run:
name: Test splitting
command: |
curl -I public-api.secure.pixiv.net
curl -I oauth.secure.pixiv.net
curl -I www.pixiv.net
circleci tests glob test/**/*_test.rb | circleci tests split | xargs -I{} docker-compose -f config/docker/compose.yml exec -T web bash -l -c 'cd /app ; bin/rails test {}'
docker cp docker_web_1:/app/test/reports /tmp
- store_test_results: