Skip to content

Commit

Permalink
skip ftp download on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondben committed Aug 16, 2024
1 parent afee6f4 commit 17cd2c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/testthat/test_sync.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ test_that("bb_sync works with a sink() call in place",{
})

test_that("an ftp source works", {
skip_on_os("mac")
## seeing obscure CI failure on Mac only:
## *** caught segfault ***
## address 0x510000cd5f400ec7, cause 'invalid permissions'
src <- bb_source(id = "bilbobaggins", name = "test",
description = "blah", doc_url = "http://some.where.org/",
citation = "blah", license = "blah",
Expand Down

0 comments on commit 17cd2c8

Please sign in to comment.