Skip to content

Commit ed075d2

Browse files
committed
skip gl2d visibility toggle test on CI
... not sure why this thing fails on older versions of Chrome. Manually testing this on Browserstack produces the correct result.
1 parent 0842891 commit ed075d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/gl_plot_interact_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,7 @@ describe('Test gl2d plots', function() {
15491549
.then(done);
15501550
});
15511551

1552-
it('should be able to toggle visibility', function(done) {
1552+
it('@noCI should be able to toggle visibility', function(done) {
15531553
var _mock = Lib.extendDeep({}, mock);
15541554

15551555
Plotly.plot(gd, _mock)

0 commit comments

Comments
 (0)