Skip to content

Commit 0066882

Browse files
committed
Skip test on windows
1 parent 1c4dde4 commit 0066882

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testthat/test-zzz-commands-generic.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ test_that("MOVE", {
9696

9797
test_that("OBJECT", {
9898
skip_if_cmd_unsupported("OBJECT")
99+
testthat::skip_on_os("windows") # need to find out what this produces here
99100
con <- test_hiredis_connection()
100101
key <- rand_str()
101102
on.exit(con$DEL(key))

0 commit comments

Comments
 (0)