Skip to content

Commit

Permalink
cohttp: disable certain tests requiring the network on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
mseri authored Nov 3, 2022
1 parent 5e58dbf commit 21337e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/cohttp-async/cohttp-async.6.0.0~alpha0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ build: [
jobs
"--promote-install-files=false"
"@install"
"@cohttp-async/runtest" {with-test}
"@cohttp-async/runtest" {with-test & os != "macos"}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ build: [
jobs
"--promote-install-files=false"
"@install"
"@cohttp-curl-async/runtest" {with-test}
"@cohttp-curl-async/runtest" {with-test & os != "macos"}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-curl-lwt/cohttp-curl-lwt.6.0.0~alpha0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ build: [
jobs
"--promote-install-files=false"
"@install"
"@cohttp-curl-lwt/runtest" {with-test}
"@cohttp-curl-lwt/runtest" {with-test & os != "macos"}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-lwt-unix/cohttp-lwt-unix.6.0.0~alpha0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ build: [
jobs
"--promote-install-files=false"
"@install"
"@cohttp-lwt-unix/runtest" {with-test}
"@cohttp-lwt-unix/runtest" {with-test & os != "macos"}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
Expand Down

0 comments on commit 21337e1

Please sign in to comment.