File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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.
151152fn 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" ]
236238fn 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" ]
291294fn check_live_brave_deserialized_file ( ) {
You can’t perform that action at this time.
0 commit comments