Temporarily disable integration tests for the HTTP engine (#1741)
This commit is contained in:
parent
0c95126573
commit
108f080280
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue