Skip to content

Commit

Permalink
Skip failing test on windows due to nealrichardson#42
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaspons committed Jun 17, 2024
1 parent d68b18e commit cd13553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-capture-requests.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ test_that("We can record a series of requests (a few ways)", {
"httpbin.org/status/418.R" # Not 200 response, so .R
)
# But since we don't use httpbin anymore, they're in the localhost-port dir
skip_on_os("windows") # TODO: remove after #42 is fixed
expected_files <- sub("httpbin.org", httpbin_mock_url, expected_files)
expect_identical(sort(dir(d, recursive = TRUE)), expected_files)

Expand Down

0 comments on commit cd13553

Please sign in to comment.