@@ -639,7 +639,7 @@ describe('Plotly.react transitions:', function() {
639
639
. then ( done ) ;
640
640
} ) ;
641
641
642
- it ( 'should only transition the layout when both traces and layout have animatable changes by default' , function ( done ) {
642
+ it ( '@flaky should only transition the layout when both traces and layout have animatable changes by default' , function ( done ) {
643
643
var data = [ { y : [ 1 , 2 , 1 ] } ] ;
644
644
var layout = {
645
645
transition : { duration : 10 } ,
@@ -799,7 +799,7 @@ describe('Plotly.react transitions:', function() {
799
799
. then ( done ) ;
800
800
} ) ;
801
801
802
- it ( 'should transition layout when one or more axis auto-ranged value changed' , function ( done ) {
802
+ it ( '@flaky should transition layout when one or more axis auto-ranged value changed' , function ( done ) {
803
803
var data = [ { y : [ 1 , 2 , 1 ] } ] ;
804
804
var layout = { transition : { duration : 10 } } ;
805
805
@@ -850,7 +850,7 @@ describe('Plotly.react transitions:', function() {
850
850
. then ( done ) ;
851
851
} ) ;
852
852
853
- it ( 'should not transition layout when axis auto-ranged value do not changed' , function ( done ) {
853
+ it ( '@flaky should not transition layout when axis auto-ranged value do not changed' , function ( done ) {
854
854
var data = [ { y : [ 1 , 2 , 1 ] } ] ;
855
855
var layout = { transition : { duration : 10 } } ;
856
856
0 commit comments