We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02263b9 commit f179c2fCopy full SHA for f179c2f
test/jasmine/tests/splom_test.js
@@ -722,7 +722,7 @@ describe('Test splom interactions:', function() {
722
.then(done);
723
});
724
725
- it('@gl should clear graph and replot when canvas and WebGL context dimensions do not match', function(done) {
+ it('@noCI @gl should clear graph and replot when canvas and WebGL context dimensions do not match', function(done) {
726
var fig = Lib.extendDeep({}, require('@mocks/splom_iris.json'));
727
728
function assertDims(msg, w, h) {
0 commit comments