Skip to content

Commit 4b035d6

Browse files
committed
was able to remove noci flag from some of gl3d jasmine tests
1 parent e57631f commit 4b035d6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

test/jasmine/tests/gl3d_plot_interact_test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ describe('Test gl3d plots', function() {
202202
destroyGraphDiv();
203203
});
204204

205-
it('@noCI @gl should display correct hover labels of the second point of the very first scatter3d trace', function(done) {
205+
it('@gl should display correct hover labels of the second point of the very first scatter3d trace', function(done) {
206206
var _mock = Lib.extendDeep({}, multipleScatter3dMock);
207207

208208
function _hover() {
@@ -486,7 +486,7 @@ describe('Test gl3d plots', function() {
486486
.then(done);
487487
});
488488

489-
it('@noCI @gl should emit correct event data on click (scatter3d case)', function(done) {
489+
it('@gl should emit correct event data on click (scatter3d case)', function(done) {
490490
var _mock = Lib.extendDeep({}, mock2);
491491

492492
// N.B. gl3d click events are 'mouseover' events

test/jasmine/tests/isosurface_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ describe('Test isosurface', function() {
313313
});
314314
});
315315

316-
describe('@noCI hover', function() {
316+
describe('hover', function() {
317317

318318
var gd;
319319

test/jasmine/tests/streamtube_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ describe('Test streamtube interactions', function() {
295295
});
296296
});
297297

298-
describe('@noCI Test streamtube hover', function() {
298+
describe('Test streamtube hover', function() {
299299
var gd;
300300

301301
beforeEach(function() {

0 commit comments

Comments
 (0)