@@ -174,44 +174,6 @@ jobs:
174
174
name : Run jasmine tests (part D)
175
175
command : .circleci/test.sh bundle-jasmine
176
176
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
-
215
177
mathjax-firefoxLatest :
216
178
docker :
217
179
# need '-browsers' version to test in real (xvfb-wrapped) browsers
@@ -228,7 +190,7 @@ jobs:
228
190
at : ~/
229
191
- run :
230
192
name : Test MathJax on firefox-latest
231
- command : .circleci/test.sh mathjax-firefox102+
193
+ command : .circleci/test.sh mathjax-firefox
232
194
233
195
make-baselines-virtual-webgl :
234
196
parallelism : 8
@@ -525,12 +487,6 @@ workflows:
525
487
- bundle-jasmine :
526
488
requires :
527
489
- install-and-cibuild
528
- - mathjax-firefox101 :
529
- requires :
530
- - install-and-cibuild
531
- - mathjax-firefox102 :
532
- requires :
533
- - install-and-cibuild
534
490
- mathjax-firefoxLatest :
535
491
requires :
536
492
- install-and-cibuild
0 commit comments