Skip to content

Commit

Permalink
Skip a test con cran
Browse files Browse the repository at this point in the history
Seems fragile.
  • Loading branch information
gaborcsardi committed Jan 18, 2024
1 parent 37f7a6f commit f2f3371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-connections.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ test_that("UNIX sockets with path", {
if (!ps_os_type()[["POSIX"]]) skip("No UNIX sockets")
skip_without_program("socat")
skip_if_no_processx()
skip_on_cran()

sfile <- tempfile()
sfile <- file.path(normalizePath(dirname(sfile)), basename(sfile))
Expand Down

0 comments on commit f2f3371

Please sign in to comment.