From 108f080280d4b66691c9909ce3c20ff5c3b60af4 Mon Sep 17 00:00:00 2001 From: Rushmore Mushambi Date: Wed, 29 Mar 2023 17:41:44 +0200 Subject: [PATCH] Temporarily disable integration tests for the HTTP engine (#1741) --- lib/tests/api.rs | 2 ++ 1 file changed, 2 insertions(+) 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;