@@ -571,7 +571,7 @@ describe('@gl Test gl2d plots', function() {
571571 . then ( done ) ;
572572 } ) ;
573573
574- it ( 'supports axis constraints with zoom' , function ( done ) {
574+ it ( '@flaky supports axis constraints with zoom' , function ( done ) {
575575 var centerX ;
576576 var centerY ;
577577
@@ -638,7 +638,7 @@ describe('@gl Test gl2d plots', function() {
638638 . then ( done ) ;
639639 } ) ;
640640
641- it ( 'should change plot type with incomplete data' , function ( done ) {
641+ it ( '@flaky should change plot type with incomplete data' , function ( done ) {
642642 Plotly . plot ( gd , [ { } ] ) ;
643643 expect ( function ( ) {
644644 Plotly . restyle ( gd , { type : 'scattergl' , x : [ [ 1 ] ] } , 0 ) ;
@@ -694,7 +694,7 @@ describe('@gl Test gl2d plots', function() {
694694 . then ( done ) ;
695695 } ) ;
696696
697- it ( 'should not scroll document while panning' , function ( done ) {
697+ it ( '@flaky should not scroll document while panning' , function ( done ) {
698698 var mock = {
699699 data : [
700700 { type : 'scattergl' , y : [ 1 , 2 , 3 ] , x : [ 1 , 2 , 3 ] }
@@ -856,7 +856,7 @@ describe('@gl Test gl2d plots', function() {
856856 . then ( done ) ;
857857 } ) ;
858858
859- it ( 'should remove fill2d' , function ( done ) {
859+ it ( '@flaky should remove fill2d' , function ( done ) {
860860 var mock = require ( '@mocks/gl2d_axes_labels2.json' ) ;
861861
862862 Plotly . plot ( gd , mock . data , mock . layout )
0 commit comments