From 66bf24dc4d06d08328ba1b84268a34abcb673693 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Tue, 13 Jul 2021 09:25:54 +0100 Subject: [PATCH] re-add e2e (again..) --- backend/telemetry_core/tests/basic_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;