Skip to content

Commit f179c2f

Browse files
committed
skip canvas/context size mismatch test on CI
1 parent 02263b9 commit f179c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/splom_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ describe('Test splom interactions:', function() {
722722
.then(done);
723723
});
724724

725-
it('@gl should clear graph and replot when canvas and WebGL context dimensions do not match', function(done) {
725+
it('@noCI @gl should clear graph and replot when canvas and WebGL context dimensions do not match', function(done) {
726726
var fig = Lib.extendDeep({}, require('@mocks/splom_iris.json'));
727727

728728
function assertDims(msg, w, h) {

0 commit comments

Comments
 (0)