Skip to content

Commit 0fe94b1

Browse files
committed
disable test
1 parent 81869f3 commit 0fe94b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testthat/test-theme-atlas.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ test_that("theme_atlas grids, axis, and ticks are correct", {
5151
})
5252

5353
test_that("update_geom_font_defaults() works", {
54+
skip_if(packageVersion("ggplot2") > "3.5.2")
5455
expect_equal(update_geom_font_defaults(),
5556
ggplot2::update_geom_defaults("text",
5657
list(family = "Arial Narrow",

0 commit comments

Comments
 (0)