Skip to content

Commit

Permalink
test: try not skipping unnecessarily on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed Jul 20, 2022
1 parent 2114969 commit 176a7f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions r/tests/testthat/test-filesystem.R
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ test_that("s3_bucket", {
capture.output(print(bucket)),
"SubTreeFileSystem: s3://ursa-labs-r-test/"
)
skip_on_os("windows") # FIXME
expect_identical(bucket$base_path, "ursa-labs-r-test/")
})

Expand All @@ -202,6 +201,5 @@ test_that("gs_bucket", {
capture.output(print(bucket)),
"SubTreeFileSystem: gs://voltrondata-labs-datasets/"
)
skip_on_os("windows") # FIXME
expect_identical(bucket$base_path, "voltrondata-labs-datasets/")
})

0 comments on commit 176a7f5

Please sign in to comment.