Skip to content

Commit c64fe84

Browse files
committed
drop @flaky on @noci test
... @flaky here is useless
1 parent 6673fac commit c64fe84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/select_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1895,7 +1895,7 @@ describe('Test select box and lasso per trace:', function() {
18951895
.then(done);
18961896
});
18971897

1898-
it('@noCI @flaky should work on scattermapbox traces', function(done) {
1898+
it('@noCI should work on scattermapbox traces', function(done) {
18991899
var assertPoints = makeAssertPoints(['lon', 'lat']);
19001900
var assertRanges = makeAssertRanges('mapbox');
19011901
var assertLassoPoints = makeAssertLassoPoints('mapbox');

0 commit comments

Comments
 (0)