We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2e073 commit f43cadaCopy full SHA for f43cada
test/jasmine/tests/gl2d_plot_interact_test.js
@@ -48,7 +48,7 @@ describe('@gl Test removal of gl contexts', function() {
48
.then(done);
49
});
50
51
- it('Plotly.newPlot should remove gl context from the graph div of a gl2d plot', function(done) {
+ it('@noCI Plotly.newPlot should remove gl context from the graph div of a gl2d plot', function(done) {
52
var firstGlplotObject, firstGlContext, firstCanvas;
53
54
Plotly.plot(gd, [{
0 commit comments