Skip to content

Commit 8406b1f

Browse files
committed
add a couple more @flaky tags
1 parent b9513a2 commit 8406b1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/jasmine/tests/select_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ describe('@flaky Test select box and lasso in general:', function() {
554554
});
555555
});
556556

557-
describe('Test select box and lasso per trace:', function() {
557+
describe('@flaky Test select box and lasso per trace:', function() {
558558
var gd;
559559

560560
beforeEach(function() {

test/jasmine/tests/shapes_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ describe('Test shapes: a plot with shapes and an overlaid axis', function() {
629629
});
630630
});
631631

632-
describe('Test shapes', function() {
632+
describe('@flaky Test shapes', function() {
633633
'use strict';
634634

635635
var gd, data, layout, config;

0 commit comments

Comments
 (0)