Skip to content

Commit

Permalink
Temporarily skip CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jun 24, 2023
1 parent 404ad1e commit 3238f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/helper-custom-expectations.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ expect_gq_output <- function(object, num_chains = NULL) {
expect_interactive_message <- function(object, regexp = NULL) {
# Non-interactive message suppression failing under Windows CI,
# temporarily skip message check only on Windows
if (os_is_windows()) {
if (os_is_windows() && !os_is_wsl()) {
return(object)
}
if (interactive()) {
Expand Down

0 comments on commit 3238f2b

Please sign in to comment.