Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit c60c815

Browse files
author
Leo Gallucci
committed
Upgrade Firefox 76.0.1 / disable old tests
1 parent 308a0e1 commit c60c815

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

.travis.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,11 @@ jobs:
5252
- travis_retry ./test/before_install_pull
5353
- travis_retry ./test/script_scenario_node_dies
5454

55-
- env: test=scenario_make
56-
script:
57-
- travis_retry ./test/before_install_pull
58-
- travis_retry ./test/script_scenario_make
59-
6055
- env: test=scenario_compose_N_N
6156
script:
6257
- travis_retry ./test/before_install_pull
6358
- travis_retry ./test/script_scenario_compose_N_N
6459

65-
- env: test=Zalenium_Prev
66-
script:
67-
- gem install bitballoon || true
68-
- travis_retry ./test/before_install_pull
69-
- travis_retry ./test/script_scenario_zalenium "3.141.59u"
70-
7160
- env: test=Zalenium_Latest
7261
script:
7362
- gem install bitballoon || true

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ ENV FF_LANG="en-US" \
429429
FF_PLATFORM="linux-x86_64" \
430430
FF_INNER_PATH="firefox/releases"
431431

432-
ARG FF_VER="76.0"
432+
ARG FF_VER="76.0.1"
433433

434434
ENV FF_COMP="firefox-${FF_VER}.tar.bz2"
435435
ENV FF_URL="${FF_BASE_URL}/${FF_INNER_PATH}/${FF_VER}/${FF_PLATFORM}/${FF_LANG}/${FF_COMP}"

test/script_run_all_tests

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ if [ "${CI}" != "true" ]; then
1313
./test/script_scenario_arbitrary_uid
1414
./test/script_scenario_restart
1515
./test/script_scenario_node_dies
16-
./test/script_scenario_make
1716
./test/script_scenario_compose_N_N
1817
./test/script_scenario_zalenium
1918
fi

0 commit comments

Comments
 (0)