Skip to content

Commit 051e906

Browse files
committed
remove noCI flag
1 parent c92623c commit 051e906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/splom_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,7 @@ describe('Test splom select:', function() {
16841684
.then(done, done.fail);
16851685
});
16861686

1687-
it('@noCI @gl should redraw splom traces before scattergl trace (if any)', function(done) {
1687+
it('@gl should redraw splom traces before scattergl trace (if any)', function(done) {
16881688
var fig = require('@mocks/splom_with-cartesian.json');
16891689
fig.layout.dragmode = 'select';
16901690
fig.layout.width = 400;

0 commit comments

Comments
 (0)