From 96ec13d376575c053f77a8b1352056fb95096a14 Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Thu, 5 Dec 2024 06:07:28 -0800 Subject: [PATCH] skip longcat test on windows --- tests/testthat/test-say.R | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testthat/test-say.R b/tests/testthat/test-say.R index ecee876..eca172a 100644 --- a/tests/testthat/test-say.R +++ b/tests/testthat/test-say.R @@ -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")