Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Do not allow selenium failures anymore
  • Loading branch information
Alessio Fabiani authored Jan 23, 2020
1 parent 983679b commit 83fe277
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,9 @@ jobs:

fast_finish: true

allow_failures:
- name: "Selenium Tests Core"
- name: "Selenium Tests SPCGeoNode"
# allow_failures:
# - name: "Selenium Tests Core"
# - name: "Selenium Tests SPCGeoNode"

before_install:
- if [ "$TEST_RUN_SELENIUM" = "True" ]; then
Expand Down Expand Up @@ -377,4 +377,4 @@ after_success:

notifications:
email:
- [email protected]
- [email protected]

0 comments on commit 83fe277

Please sign in to comment.