Skip to content

Commit cb19463

Browse files
committed
bump ff
1 parent 8b886fa commit cb19463

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ case $1 in
8585
;;
8686

8787
mathjax-firefox102+)
88-
./node_modules/karma/bin/karma start test/jasmine/karma.conf.js --FF --bundleTest=mathjax --skip-tags=noFF82 --nowatch &&
89-
./node_modules/karma/bin/karma start test/jasmine/karma.conf.js --FF --bundleTest=mathjax --mathjax3 --skip-tags=noFF82 --nowatch &&
88+
./node_modules/karma/bin/karma start test/jasmine/karma.conf.js --FF --bundleTest=mathjax --skip-tags=noFF102 --nowatch &&
89+
./node_modules/karma/bin/karma start test/jasmine/karma.conf.js --FF --bundleTest=mathjax --mathjax3 --skip-tags=noFF102 --nowatch &&
9090
./node_modules/karma/bin/karma start test/jasmine/karma.conf.js --FF --bundleTest=mathjax_config --mathjax3 --nowatch &&
9191
./node_modules/karma/bin/karma start test/jasmine/karma.conf.js --FF --bundleTest=mathjax_config --nowatch || EXIT_STATE=$?
9292
exit $EXIT_STATE

tasks/test_syntax.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ assertCircularDeps();
3131
// check for for focus and exclude jasmine blocks
3232
function assertJasmineSuites() {
3333
var BLACK_LIST = ['fdescribe', 'fit', 'xdescribe', 'xit'];
34-
var TAGS = ['noCI', 'noCIdep', 'noFF82', 'gl', 'flaky'];
34+
var TAGS = ['noCI', 'noCIdep', 'noFF102', 'gl', 'flaky'];
3535
var IT_ONLY_TAGS = ['gl', 'flaky'];
3636
var logs = [];
3737

test/jasmine/bundle_tests/mathjax_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe('Test MathJax v' + mathjaxVersion + ':', function() {
9595
.then(done, done.fail);
9696
});
9797

98-
it('@noFF82 should scoot x-axis title (with MathJax) below x-axis ticks', function(done) {
98+
it('@noFF102 should scoot x-axis title (with MathJax) below x-axis ticks', function(done) {
9999
expect(window.MathJax).toBeDefined();
100100

101101
testTitleScoot({

0 commit comments

Comments
 (0)