Skip to content

Commit f023347

Browse files
committed
add noCI tags to mesh3d face intensity hover tests
1 parent 329e915 commit f023347

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/jasmine/tests/gl3d_hover_click_test.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ describe('Test gl3d trace click/hover:', function() {
603603
.then(done);
604604
});
605605

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) {
607607
var fig = mesh3dcellIntensityMock;
608608

609609
Plotly.newPlot(gd, fig)
@@ -634,7 +634,7 @@ describe('Test gl3d trace click/hover:', function() {
634634
.then(done);
635635
});
636636

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) {
638638
var fig = mesh3dbunnyMock;
639639

640640
Plotly.newPlot(gd, fig)
@@ -665,7 +665,7 @@ describe('Test gl3d trace click/hover:', function() {
665665
.then(done);
666666
});
667667

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) {
669669
var fig = {
670670
data: [{
671671
type: 'mesh3d',
@@ -709,7 +709,7 @@ describe('Test gl3d trace click/hover:', function() {
709709
.then(done);
710710
});
711711

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) {
713713
var fig = {
714714
data: [{
715715
type: 'mesh3d',

0 commit comments

Comments
 (0)