Skip to content

Commit 2ed8a6a

Browse files
committed
Revert "skip remove gl context test on CI"
This reverts commit f43cada.
1 parent b8ea661 commit 2ed8a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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('@noCI Plotly.newPlot should remove gl context from the graph div of a gl2d plot', function(done) {
51+
it('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)