@@ -397,7 +397,7 @@ describe('Test colorbar:', function() {
397
397
return document . querySelector ( '.colorbar' ) ;
398
398
}
399
399
400
- it ( 'can drag root-level colorbars in editable mode' , function ( done ) {
400
+ it ( '@flaky can drag root-level colorbars in editable mode' , function ( done ) {
401
401
Plotly . newPlot ( gd ,
402
402
[ { z : [ [ 1 , 2 ] , [ 3 , 4 ] ] , type : 'heatmap' } ] ,
403
403
{ width : 400 , height : 400 } ,
@@ -417,7 +417,7 @@ describe('Test colorbar:', function() {
417
417
. then ( done ) ;
418
418
} ) ;
419
419
420
- it ( 'can drag marker-level colorbars in editable mode' , function ( done ) {
420
+ it ( '@flaky can drag marker-level colorbars in editable mode' , function ( done ) {
421
421
Plotly . newPlot ( gd ,
422
422
[ { y : [ 1 , 2 , 1 ] , marker : { color : [ 0 , 1 , 2 ] , showscale : true } } ] ,
423
423
{ width : 400 , height : 400 } ,
@@ -437,7 +437,7 @@ describe('Test colorbar:', function() {
437
437
. then ( done ) ;
438
438
} ) ;
439
439
440
- it ( 'can drag colorbars linked to color axes in editable mode' , function ( done ) {
440
+ it ( '@flaky can drag colorbars linked to color axes in editable mode' , function ( done ) {
441
441
Plotly . newPlot ( gd ,
442
442
[ { z : [ [ 1 , 2 ] , [ 3 , 4 ] ] , type : 'heatmap' , coloraxis : 'coloraxis' } ] ,
443
443
{ coloraxis : { } , width : 400 , height : 400 } ,
0 commit comments