Skip to content

Commit 70ec83a

Browse files
committed
drop one more noCI flag
1 parent bbe25ef commit 70ec83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/transform_filter_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@ describe('filter resulting in empty coordinate arrays', function() {
13771377
});
13781378

13791379
mockList.forEach(function(d) {
1380-
it('@noCI @gl' + d[0], function(done) {
1380+
it('@gl' + d[0], function(done) {
13811381
gd = createGraphDiv();
13821382
var fig = filter2empty(d[1]);
13831383
Plotly.newPlot(gd, fig).catch(failTest).then(done);

0 commit comments

Comments
 (0)