Skip to content

Commit

Permalink
temporarily disable lwt httstore tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zoj613 committed Nov 30, 2024
1 parent e6677af commit 6381c72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zarr-lwt/test/test_lwt.ml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ let _ =
;AmazonS3Store.with_open ~region ~bucket ~profile (test_storage (module AmazonS3Store))
;test_storage (module MemoryStore) (MemoryStore.create ())
;test_storage (module FilesystemStore) s
;HttpStore.with_open "http://127.0.0.1:8080" (fun store ->
(*;HttpStore.with_open "http://127.0.0.1:8080" (fun store ->
let module S = Tiny_httpd in
let server = S.create ~max_connections:1000 ~addr:"127.0.0.1" ~port:8080 () in
let dir = tmp_dir in
Expand Down Expand Up @@ -266,7 +266,7 @@ let _ =
let* () = assert_not_implemented (fun () -> HttpStore.hierarchy store) in
let* () = assert_not_implemented (fun () -> HttpStore.Group.delete store gnode) in
let+ () = assert_not_implemented (fun () -> HttpStore.clear store) in
Tiny_httpd.stop server)
Tiny_httpd.stop server) *)
]
in
Lwt_main.run @@ Lwt.join promises)
Expand Down

0 comments on commit 6381c72

Please sign in to comment.