Skip to content

Commit

Permalink
Disable broken scrape test
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed Nov 21, 2018
1 parent d2db4e5 commit 371f74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ addons:
script:
- bazel build //...
- bazel test --test_output=all //core/... //pull/...
- bazel test --test_output=all //pull/tests/integration:scrape-test
# - bazel test --test_output=all //pull/tests/integration:scrape-test
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then bazel test --test_output=all //pull/tests/integration:lint-test; fi
- bazel run -c opt //core/benchmarks

Expand Down

0 comments on commit 371f74e

Please sign in to comment.