Skip to content

Improve camera init #3585

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Mar 20, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added noCI flag for the jasmine test
  • Loading branch information
archmoj committed Feb 28, 2019
commit a200e78e8e315d78d6bd55f94a415b51bd449fb6
2 changes: 1 addition & 1 deletion test/jasmine/tests/gl3d_plot_interact_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('Test gl3d before/after plot', function() {
destroyGraphDiv();
});

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