Skip to content

Commit 05f3c0d

Browse files
committed
added noCI flag for hover test i.e. similar to streamtube
1 parent b55854e commit 05f3c0d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/jasmine/tests/isosurface_test.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ describe('Test isosurface', function() {
265265
});
266266
});
267267

268-
describe('hover', function() {
268+
describe('@noCI hover', function() {
269269

270270
var gd;
271271

@@ -352,9 +352,6 @@ describe('Test isosurface', function() {
352352
})
353353
.catch(failTest)
354354
.then(done);
355-
356355
});
357-
358356
});
359-
360357
});

0 commit comments

Comments
 (0)