diff --git a/lib/tests/api.rs b/lib/tests/api.rs index f93bff19..a448d751 100644 --- a/lib/tests/api.rs +++ b/lib/tests/api.rs @@ -69,6 +69,7 @@ mod ws { } #[cfg(feature = "protocol-http")] +#[ignore] mod http { use super::*; use surrealdb::engine::remote::http::Client; @@ -154,6 +155,7 @@ mod fdb { } #[cfg(feature = "protocol-http")] +#[ignore] mod any { use super::*; use surrealdb::engine::any::Any;