@@ -571,7 +571,7 @@ describe('@gl Test gl2d plots', function() {
571
571
. then ( done ) ;
572
572
} ) ;
573
573
574
- it ( 'supports axis constraints with zoom' , function ( done ) {
574
+ it ( '@flaky supports axis constraints with zoom' , function ( done ) {
575
575
var centerX ;
576
576
var centerY ;
577
577
@@ -638,7 +638,7 @@ describe('@gl Test gl2d plots', function() {
638
638
. then ( done ) ;
639
639
} ) ;
640
640
641
- it ( 'should change plot type with incomplete data' , function ( done ) {
641
+ it ( '@flaky should change plot type with incomplete data' , function ( done ) {
642
642
Plotly . plot ( gd , [ { } ] ) ;
643
643
expect ( function ( ) {
644
644
Plotly . restyle ( gd , { type : 'scattergl' , x : [ [ 1 ] ] } , 0 ) ;
@@ -694,7 +694,7 @@ describe('@gl Test gl2d plots', function() {
694
694
. then ( done ) ;
695
695
} ) ;
696
696
697
- it ( 'should not scroll document while panning' , function ( done ) {
697
+ it ( '@flaky should not scroll document while panning' , function ( done ) {
698
698
var mock = {
699
699
data : [
700
700
{ type : 'scattergl' , y : [ 1 , 2 , 3 ] , x : [ 1 , 2 , 3 ] }
@@ -856,7 +856,7 @@ describe('@gl Test gl2d plots', function() {
856
856
. then ( done ) ;
857
857
} ) ;
858
858
859
- it ( 'should remove fill2d' , function ( done ) {
859
+ it ( '@flaky should remove fill2d' , function ( done ) {
860
860
var mock = require ( '@mocks/gl2d_axes_labels2.json' ) ;
861
861
862
862
Plotly . plot ( gd , mock . data , mock . layout )
0 commit comments