File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -603,7 +603,7 @@ describe('Test gl3d trace click/hover:', function() {
603
603
. then ( done ) ;
604
604
} ) ;
605
605
606
- it ( '@gl should display correct face intensities (uniform grid)' , function ( done ) {
606
+ it ( '@noCI @ gl should display correct face intensities (uniform grid)' , function ( done ) {
607
607
var fig = mesh3dcellIntensityMock ;
608
608
609
609
Plotly . newPlot ( gd , fig )
@@ -634,7 +634,7 @@ describe('Test gl3d trace click/hover:', function() {
634
634
. then ( done ) ;
635
635
} ) ;
636
636
637
- it ( '@gl should display correct face intensities (non-uniform grid)' , function ( done ) {
637
+ it ( '@noCI @ gl should display correct face intensities (non-uniform grid)' , function ( done ) {
638
638
var fig = mesh3dbunnyMock ;
639
639
640
640
Plotly . newPlot ( gd , fig )
@@ -665,7 +665,7 @@ describe('Test gl3d trace click/hover:', function() {
665
665
. then ( done ) ;
666
666
} ) ;
667
667
668
- it ( '@gl should display correct face intensities *alpha-hull* case' , function ( done ) {
668
+ it ( '@noCI @ gl should display correct face intensities *alpha-hull* case' , function ( done ) {
669
669
var fig = {
670
670
data : [ {
671
671
type : 'mesh3d' ,
@@ -709,7 +709,7 @@ describe('Test gl3d trace click/hover:', function() {
709
709
. then ( done ) ;
710
710
} ) ;
711
711
712
- it ( '@gl should display correct face intensities *delaunay* case' , function ( done ) {
712
+ it ( '@noCI @ gl should display correct face intensities *delaunay* case' , function ( done ) {
713
713
var fig = {
714
714
data : [ {
715
715
type : 'mesh3d' ,
You can’t perform that action at this time.
0 commit comments