File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments