File tree 2 files changed +4
-4
lines changed
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() {
1300
1300
. then ( done , done . fail ) ;
1301
1301
} , LONG_TIMEOUT_INTERVAL ) ;
1302
1302
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 ) {
1304
1304
var relayoutCnt = 0 ;
1305
1305
var doubleClickCnt = 0 ;
1306
1306
var relayoutingCnt = 0 ;
@@ -1409,7 +1409,7 @@ describe('mapbox plots', function() {
1409
1409
. then ( done , done . fail ) ;
1410
1410
} , LONG_TIMEOUT_INTERVAL ) ;
1411
1411
1412
- it ( '@gl should respect scrollZoom config option' , function ( done ) {
1412
+ it ( '@noCI @ gl should respect scrollZoom config option' , function ( done ) {
1413
1413
var mockCopy2 = Lib . extendDeep ( { } , mock ) ;
1414
1414
mockCopy2 . config = { scrollZoom : false } ;
1415
1415
Original file line number Diff line number Diff line change @@ -632,7 +632,7 @@ describe('Plotly.react transitions:', function() {
632
632
. then ( done , done . fail ) ;
633
633
} ) ;
634
634
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 ) {
636
636
var data = [ { y : [ 1 , 2 , 1 ] } ] ;
637
637
var layout = {
638
638
transition : { duration : 10 } ,
@@ -790,7 +790,7 @@ describe('Plotly.react transitions:', function() {
790
790
. then ( done , done . fail ) ;
791
791
} ) ;
792
792
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 ) {
794
794
var data = [ { y : [ 1 , 2 , 1 ] } ] ;
795
795
var layout = { transition : { duration : 10 } } ;
796
796
You can’t perform that action at this time.
0 commit comments