disable the mdx test

This commit is contained in:
Simon Cruanes 2026-01-22 21:34:06 -05:00
parent ab39f4cbdc
commit 1d176da7e6
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -49,8 +49,9 @@ Using `ezcurl-lwt`, a module `Ezcurl_lwt` becomes available, with
functions that are similar to the ones in `Ezcurl` but are non blocking.
This makes it easy to run several queries in parallel:
```ocaml
```ocaml, skip
# #require "ezcurl-lwt";;
# let urls = [
"https://en.wikipedia.org/wiki/CURL";
"https://en.wikipedia.org/wiki/OCaml";