Temporarily disable integration tests for the HTTP engine (#1741)

This commit is contained in:
Rushmore Mushambi 2023-03-29 17:41:44 +02:00 committed by GitHub
parent 0c95126573
commit 108f080280
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,6 +69,7 @@ mod ws {
} }
#[cfg(feature = "protocol-http")] #[cfg(feature = "protocol-http")]
#[ignore]
mod http { mod http {
use super::*; use super::*;
use surrealdb::engine::remote::http::Client; use surrealdb::engine::remote::http::Client;
@ -154,6 +155,7 @@ mod fdb {
} }
#[cfg(feature = "protocol-http")] #[cfg(feature = "protocol-http")]
#[ignore]
mod any { mod any {
use super::*; use super::*;
use surrealdb::engine::any::Any; use surrealdb::engine::any::Any;