diff --git a/test/jasmine/tests/mapbox_test.js b/test/jasmine/tests/mapbox_test.js index 46e647b294..6d69e4b154 100644 --- a/test/jasmine/tests/mapbox_test.js +++ b/test/jasmine/tests/mapbox_test.js @@ -1300,7 +1300,7 @@ describe('mapbox plots', function() { .then(done, done.fail); }, LONG_TIMEOUT_INTERVAL); - it('@gl should respond drag / scroll / double-click interactions', function(done) { + it('@noCI @gl should respond drag / scroll / double-click interactions', function(done) { var relayoutCnt = 0; var doubleClickCnt = 0; var relayoutingCnt = 0; @@ -1409,7 +1409,7 @@ describe('mapbox plots', function() { .then(done, done.fail); }, LONG_TIMEOUT_INTERVAL); - it('@gl should respect scrollZoom config option', function(done) { + it('@noCI @gl should respect scrollZoom config option', function(done) { var mockCopy2 = Lib.extendDeep({}, mock); mockCopy2.config = {scrollZoom: false}; diff --git a/test/jasmine/tests/transition_test.js b/test/jasmine/tests/transition_test.js index 96d12ac504..ea42d3192b 100644 --- a/test/jasmine/tests/transition_test.js +++ b/test/jasmine/tests/transition_test.js @@ -632,7 +632,7 @@ describe('Plotly.react transitions:', function() { .then(done, done.fail); }); - it('@flaky should only transition the layout when both traces and layout have animatable changes by default', function(done) { + it('@noCI should only transition the layout when both traces and layout have animatable changes by default', function(done) { var data = [{y: [1, 2, 1]}]; var layout = { transition: {duration: 10}, @@ -790,7 +790,7 @@ describe('Plotly.react transitions:', function() { .then(done, done.fail); }); - it('@flaky should transition layout when one or more axis auto-ranged value changed', function(done) { + it('@noCI should transition layout when one or more axis auto-ranged value changed', function(done) { var data = [{y: [1, 2, 1]}]; var layout = {transition: {duration: 10}};