Skip to content

Commit

Permalink
Skip test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Nov 29, 2023
1 parent 1c4dde4 commit 0066882
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-zzz-commands-generic.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ test_that("MOVE", {

test_that("OBJECT", {
skip_if_cmd_unsupported("OBJECT")
testthat::skip_on_os("windows") # need to find out what this produces here
con <- test_hiredis_connection()
key <- rand_str()
on.exit(con$DEL(key))
Expand Down

0 comments on commit 0066882

Please sign in to comment.