Skip to content

Commit a200e78

Browse files
committed
added noCI flag for the jasmine test
1 parent 6bd58c9 commit a200e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/gl3d_plot_interact_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('Test gl3d before/after plot', function() {
3535
destroyGraphDiv();
3636
});
3737

38-
it('@gl should not rotate camera on the very first click before scene is complete and then should rotate', function(done) {
38+
it('@noCI @gl should not rotate camera on the very first click before scene is complete and then should rotate', function(done) {
3939
var _mock = Lib.extendDeep(
4040
{
4141
layout: {

0 commit comments

Comments
 (0)