From 634b5000a3111100ba7d32f072ac5f4d3856f36c Mon Sep 17 00:00:00 2001 From: Emily Kellison-Linn <4672118+emilykl@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:24:32 -0400 Subject: [PATCH] add noCI tag to restyle radial axis title test --- test/jasmine/tests/polar_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jasmine/tests/polar_test.js b/test/jasmine/tests/polar_test.js index 743e6497987..05621b2fdd4 100644 --- a/test/jasmine/tests/polar_test.js +++ b/test/jasmine/tests/polar_test.js @@ -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('@noCI should be able to restyle radial axis title', function(done) { var gd = createGraphDiv(); var lastBBox;