diff --git a/backend/telemetry_core/tests/basic_tests.rs b/backend/telemetry_core/tests/basic_tests.rs index df28177..ea3225f 100644 --- a/backend/telemetry_core/tests/basic_tests.rs +++ b/backend/telemetry_core/tests/basic_tests.rs @@ -1,6 +1,6 @@ //! These only run when the "e2e" feature is set (eg `cargo test --features e2e`). //! The rust IDE plugins may behave better if you comment out this line during development: -//#![cfg(feature = "e2e")] +#![cfg(feature = "e2e")] use test_utils::{feed_message_de::{ FeedMessage, NodeDetails }, server::Server, assert_contains_matches}; use serde_json::json;