Skip to content

Commit 4d1b3d6

Browse files
committed
add noCI flag to one GL test which is flaky
1 parent 593ddbc commit 4d1b3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/select_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ describe('Click-to-select', function() {
403403
.then(done, done.fail);
404404
});
405405

406-
it('@gl works in a multi-trace plot', function(done) {
406+
it('@noCI @gl works in a multi-trace plot', function(done) {
407407
_newPlot(gd, [
408408
{
409409
x: [1, 3, 5, 4, 10, 12, 12, 7],

0 commit comments

Comments
 (0)