Skip to content

Commit 3293402

Browse files
committed
cleanup
1 parent c01c216 commit 3293402

File tree

2 files changed

+2
-46
lines changed

2 files changed

+2
-46
lines changed

.circleci/config.yml

+1-45
Original file line numberDiff line numberDiff line change
@@ -174,44 +174,6 @@ jobs:
174174
name: Run jasmine tests (part D)
175175
command: .circleci/test.sh bundle-jasmine
176176

177-
mathjax-firefox101:
178-
docker:
179-
# need '-browsers' version to test in real (xvfb-wrapped) browsers
180-
- image: cimg/node:16.20.2-browsers
181-
environment:
182-
# Alaska time (arbitrary timezone to test date logic)
183-
TZ: "America/Anchorage"
184-
working_directory: ~/plotly.js
185-
steps:
186-
- browser-tools/install-browser-tools: &browser-versions
187-
firefox-version: "101.0"
188-
install-chrome: false
189-
install-chromedriver: false
190-
- attach_workspace:
191-
at: ~/
192-
- run:
193-
name: Test MathJax on firefox-101
194-
command: .circleci/test.sh mathjax-firefox
195-
196-
mathjax-firefox102:
197-
docker:
198-
# need '-browsers' version to test in real (xvfb-wrapped) browsers
199-
- image: cimg/node:16.20.2-browsers
200-
environment:
201-
# Alaska time (arbitrary timezone to test date logic)
202-
TZ: "America/Anchorage"
203-
working_directory: ~/plotly.js
204-
steps:
205-
- browser-tools/install-browser-tools: &browser-versions
206-
firefox-version: "102.0"
207-
install-chrome: false
208-
install-chromedriver: false
209-
- attach_workspace:
210-
at: ~/
211-
- run:
212-
name: Test MathJax on firefox-102
213-
command: .circleci/test.sh mathjax-firefox102+
214-
215177
mathjax-firefoxLatest:
216178
docker:
217179
# need '-browsers' version to test in real (xvfb-wrapped) browsers
@@ -228,7 +190,7 @@ jobs:
228190
at: ~/
229191
- run:
230192
name: Test MathJax on firefox-latest
231-
command: .circleci/test.sh mathjax-firefox102+
193+
command: .circleci/test.sh mathjax-firefox
232194

233195
make-baselines-virtual-webgl:
234196
parallelism: 8
@@ -525,12 +487,6 @@ workflows:
525487
- bundle-jasmine:
526488
requires:
527489
- install-and-cibuild
528-
- mathjax-firefox101:
529-
requires:
530-
- install-and-cibuild
531-
- mathjax-firefox102:
532-
requires:
533-
- install-and-cibuild
534490
- mathjax-firefoxLatest:
535491
requires:
536492
- install-and-cibuild

.circleci/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ case $1 in
8484
exit $EXIT_STATE
8585
;;
8686

87-
mathjax-firefox102+)
87+
mathjax-firefox)
8888
./node_modules/karma/bin/karma start test/jasmine/karma.conf.js --FF --bundleTest=mathjax --nowatch &&
8989
./node_modules/karma/bin/karma start test/jasmine/karma.conf.js --FF --bundleTest=mathjax --mathjax3 --nowatch &&
9090
./node_modules/karma/bin/karma start test/jasmine/karma.conf.js --FF --bundleTest=mathjax_config --mathjax3 --nowatch &&

0 commit comments

Comments
 (0)