Skip to content

Commit f43cada

Browse files
committed
skip remove gl context test on CI
1 parent dd2e073 commit f43cada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/gl2d_plot_interact_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe('@gl Test removal of gl contexts', function() {
4848
.then(done);
4949
});
5050

51-
it('Plotly.newPlot should remove gl context from the graph div of a gl2d plot', function(done) {
51+
it('@noCI Plotly.newPlot should remove gl context from the graph div of a gl2d plot', function(done) {
5252
var firstGlplotObject, firstGlContext, firstCanvas;
5353

5454
Plotly.plot(gd, [{

0 commit comments

Comments
 (0)