-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -377,4 +377,4 @@ after_success: | |
|
||
notifications: | ||
email: | ||
- [email protected] | ||
- [email protected] |