Skip to content

Commit 895517f

Browse files
authored
Merge pull request #7030 from plotly/disable-radial-axis-test
Skip `restyle radial axis title` Jasmine test in CI (test is not reliable)
2 parents caf32e5 + 634b500 commit 895517f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/polar_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ describe('Test relayout on polar subplots:', function() {
447447
.then(done, done.fail);
448448
});
449449

450-
it('should be able to restyle radial axis title', function(done) {
450+
it('@noCI should be able to restyle radial axis title', function(done) {
451451
var gd = createGraphDiv();
452452
var lastBBox;
453453

0 commit comments

Comments
 (0)