Skip to content

Commit 420cc14

Browse files
committed
Disabled serialization tests for flatbuffers feature.
1 parent a9521b8 commit 420cc14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/live.rs

+2
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ fn check_live_specific_urls() {
231231
}
232232
}
233233

234+
#[cfg(not(feature = "flatbuffers"))] // No serialization for flatbuffers yet.
234235
#[test]
235236
#[ignore = "opt-in: requires BRAVE_SERVICE_KEY environment variable"]
236237
fn check_live_brave_deserialized_specific_urls() {
@@ -286,6 +287,7 @@ fn check_live_from_filterlists() {
286287
}
287288
}
288289

290+
#[cfg(not(feature = "flatbuffers"))] // No serialization for flatbuffers yet.
289291
#[test]
290292
#[ignore = "opt-in: requires BRAVE_SERVICE_KEY environment variable"]
291293
fn check_live_brave_deserialized_file() {

0 commit comments

Comments
 (0)