Skip to content

Commit 3238f2b

Browse files
committed
Temporarily skip CI failures
1 parent 404ad1e commit 3238f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/helper-custom-expectations.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ expect_gq_output <- function(object, num_chains = NULL) {
4141
expect_interactive_message <- function(object, regexp = NULL) {
4242
# Non-interactive message suppression failing under Windows CI,
4343
# temporarily skip message check only on Windows
44-
if (os_is_windows()) {
44+
if (os_is_windows() && !os_is_wsl()) {
4545
return(object)
4646
}
4747
if (interactive()) {

0 commit comments

Comments
 (0)