Skip to content

Commit 27932d6

Browse files
authored
Merge pull request #6705 from plotly/reduce-flakiness
reduce flakiness on CI
2 parents 0249840 + a4a69d5 commit 27932d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: test/jasmine/tests/mapbox_test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ describe('mapbox plots', function() {
13001300
.then(done, done.fail);
13011301
}, LONG_TIMEOUT_INTERVAL);
13021302

1303-
it('@gl should respond drag / scroll / double-click interactions', function(done) {
1303+
it('@noCI @gl should respond drag / scroll / double-click interactions', function(done) {
13041304
var relayoutCnt = 0;
13051305
var doubleClickCnt = 0;
13061306
var relayoutingCnt = 0;
@@ -1409,7 +1409,7 @@ describe('mapbox plots', function() {
14091409
.then(done, done.fail);
14101410
}, LONG_TIMEOUT_INTERVAL);
14111411

1412-
it('@gl should respect scrollZoom config option', function(done) {
1412+
it('@noCI @gl should respect scrollZoom config option', function(done) {
14131413
var mockCopy2 = Lib.extendDeep({}, mock);
14141414
mockCopy2.config = {scrollZoom: false};
14151415

Diff for: test/jasmine/tests/transition_test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ describe('Plotly.react transitions:', function() {
632632
.then(done, done.fail);
633633
});
634634

635-
it('@flaky should only transition the layout when both traces and layout have animatable changes by default', function(done) {
635+
it('@noCI should only transition the layout when both traces and layout have animatable changes by default', function(done) {
636636
var data = [{y: [1, 2, 1]}];
637637
var layout = {
638638
transition: {duration: 10},
@@ -790,7 +790,7 @@ describe('Plotly.react transitions:', function() {
790790
.then(done, done.fail);
791791
});
792792

793-
it('@flaky should transition layout when one or more axis auto-ranged value changed', function(done) {
793+
it('@noCI should transition layout when one or more axis auto-ranged value changed', function(done) {
794794
var data = [{y: [1, 2, 1]}];
795795
var layout = {transition: {duration: 10}};
796796

0 commit comments

Comments
 (0)