Skip to content

Commit ac80af8

Browse files
committed
skip failing test
1 parent 269524a commit ac80af8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/testthat/test-patterns.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ test_that("geoms can use pattern fills", {
6262

6363
skip_if_not_installed("grid", "4.2.0")
6464
skip_if_not_installed("svglite", "2.1.2")
65+
# TODO: ideally we should test this on all platforms, but currently they
66+
# don't all produce the same result
67+
skip_if_not(.Platform$OS.type == "windows")
6568

6669
# Workaround for vdiffr's lack of pattern support
6770
# See also https://github.com/r-lib/vdiffr/issues/132

0 commit comments

Comments
 (0)