Skip to content

Commit

Permalink
Skip autoscaler e2e tests (#4075)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac authored Jan 3, 2020
1 parent fd5fbc7 commit 591b0c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ jobs:
- "./deploy/ci/travis/job-e2e-before_script.sh true"
script:
- "./deploy/ci/travis/job-e2e-script.sh core"
- name: E2E Tests - Autoscaler
before_script:
- "./deploy/ci/travis/job-e2e-before_script.sh"
script:
- "./deploy/ci/travis/job-e2e-script.sh autoscaler"
# - name: E2E Tests - Autoscaler
# before_script:
# - "./deploy/ci/travis/job-e2e-before_script.sh"
# script:
# - "./deploy/ci/travis/job-e2e-script.sh autoscaler"
- name: E2E Tests - All Other Suite
before_script:
- "./deploy/ci/travis/job-e2e-before_script.sh"
Expand Down

0 comments on commit 591b0c5

Please sign in to comment.