Skip to content

Commit b3fc904

Browse files
committed
try adding @noci to plotly_webglcontextlost test
1 parent 35d1351 commit b3fc904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/gl2d_plot_interact_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ describe('Test gl plot side effects', function() {
215215
.then(done);
216216
});
217217

218-
it('@gl should fire *plotly_webglcontextlost* when on webgl context lost', function(done) {
218+
it('@noCI @gl should fire *plotly_webglcontextlost* when on webgl context lost', function(done) {
219219
var _mock = Lib.extendDeep({}, require('@mocks/gl2d_12.json'));
220220

221221
function _trigger(name) {

0 commit comments

Comments
 (0)