Skip to content

Commit 4251d44

Browse files
committed
Disabled serialization tests for flatbuffers feature.
1 parent a9521b8 commit 4251d44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/live.rs

+3
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ fn get_blocker_engine() -> Engine {
148148
engine
149149
}
150150

151+
#[cfg(not(feature = "flatbuffers"))] // No serialization for flatbuffers yet.
151152
fn get_blocker_engine_deserialized() -> Engine {
152153
use futures::FutureExt;
153154
let async_runtime = Runtime::new().expect("Could not start Tokio runtime");
@@ -231,6 +232,7 @@ fn check_live_specific_urls() {
231232
}
232233
}
233234

235+
#[cfg(not(feature = "flatbuffers"))] // No serialization for flatbuffers yet.
234236
#[test]
235237
#[ignore = "opt-in: requires BRAVE_SERVICE_KEY environment variable"]
236238
fn check_live_brave_deserialized_specific_urls() {
@@ -286,6 +288,7 @@ fn check_live_from_filterlists() {
286288
}
287289
}
288290

291+
#[cfg(not(feature = "flatbuffers"))] // No serialization for flatbuffers yet.
289292
#[test]
290293
#[ignore = "opt-in: requires BRAVE_SERVICE_KEY environment variable"]
291294
fn check_live_brave_deserialized_file() {

0 commit comments

Comments
 (0)