We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9521b8 commit 420cc14Copy full SHA for 420cc14
tests/live.rs
@@ -231,6 +231,7 @@ fn check_live_specific_urls() {
231
}
232
233
234
+#[cfg(not(feature = "flatbuffers"))] // No serialization for flatbuffers yet.
235
#[test]
236
#[ignore = "opt-in: requires BRAVE_SERVICE_KEY environment variable"]
237
fn check_live_brave_deserialized_specific_urls() {
@@ -286,6 +287,7 @@ fn check_live_from_filterlists() {
286
287
288
289
290
291
292
293
fn check_live_brave_deserialized_file() {
0 commit comments