Skip to content

Commit

Permalink
Re-enable on windows?
Browse files Browse the repository at this point in the history
  • Loading branch information
plietar committed Sep 2, 2024
1 parent 3e9d400 commit 2c7efac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: orderly2
Title: Orderly Next Generation
Version: 1.99.28
Version: 1.99.29
Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
email = "[email protected]"),
person("Robert", "Ashton", role = "aut"),
Expand Down
2 changes: 0 additions & 2 deletions tests/testthat/test-zzz-location-http.R
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ describe("http location integration tests", {
})

it("can push into server", {
skip_on_os("windows") # mrc-4442
root_downstream <- create_temporary_root(use_file_store = TRUE)
ids_downstream <- create_random_packet_chain(root_downstream, 3)
orderly_location_add("upstream", "http", list(url = url),
Expand Down Expand Up @@ -129,7 +128,6 @@ describe("http location integration tests", {
})

it("throws sensible error if file hash does not match expected", {
skip_on_os("windows") # mrc-4442
loc <- orderly_location_http$new(url)

tmp <- withr::local_tempfile()
Expand Down

0 comments on commit 2c7efac

Please sign in to comment.