Skip to content

Commit

Permalink
skip longcat test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Dec 5, 2024
1 parent 31592b0 commit 96ec13d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-say.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ length_long_cat <- function(x) {
}

test_that("longcat works", {
skip_on_os("windows")
expect_equal(
length_long_cat(
say("it's caturday", "longcat", length = 11, type = "string")
Expand Down

0 comments on commit 96ec13d

Please sign in to comment.