Skip to content

Commit

Permalink
mark restyle radial axis title test as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
emilykl committed Jun 18, 2024
1 parent ade53d3 commit 13af030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jasmine/tests/polar_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ describe('Test relayout on polar subplots:', function() {
.then(done, done.fail);
});

it('should be able to restyle radial axis title', function(done) {
it('@flaky should be able to restyle radial axis title', function(done) {

This comment has been minimized.

Copy link
@archmoj

archmoj Jun 18, 2024

Contributor

This is also required in #7006. See 6ea832f

cc: @my-tien

If that helps and to avoid potential merge conflicts, we could have a separate PR and once merged; we merge master into both PRs.

This comment has been minimized.

Copy link
@archmoj
var gd = createGraphDiv();
var lastBBox;

Expand Down

0 comments on commit 13af030

Please sign in to comment.