From d8bd3b3390536ffb43e50adec732bee123900da6 Mon Sep 17 00:00:00 2001 From: PradeepKiruvale Date: Fri, 24 Feb 2023 16:36:55 +0530 Subject: [PATCH] disable unstable alarm tests (#1756) Signed-off-by: Pradeep Kumar K J --- crates/core/tedge_mapper/src/c8y/tests.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/core/tedge_mapper/src/c8y/tests.rs b/crates/core/tedge_mapper/src/c8y/tests.rs index 3be751bceb4..4e40224e2d4 100644 --- a/crates/core/tedge_mapper/src/c8y/tests.rs +++ b/crates/core/tedge_mapper/src/c8y/tests.rs @@ -346,6 +346,7 @@ async fn mapper_publishes_software_update_request_with_wrong_action() { #[tokio::test(flavor = "multi_thread", worker_threads = 2)] #[serial] +#[ignore] //to be fixed async fn c8y_mapper_alarm_mapping_to_smartrest() { let broker = mqtt_tests::test_mqtt_broker(); @@ -388,6 +389,7 @@ async fn c8y_mapper_alarm_mapping_to_smartrest() { #[tokio::test(flavor = "multi_thread", worker_threads = 2)] #[serial] +#[ignore] //to be fixed async fn c8y_mapper_child_alarm_mapping_to_smartrest() { let broker = mqtt_tests::test_mqtt_broker(); @@ -704,6 +706,7 @@ async fn c8y_mapper_alarm_with_custom_message() { #[tokio::test(flavor = "multi_thread", worker_threads = 2)] #[serial] +#[ignore] async fn c8y_mapper_child_alarm_empty_payload() { let broker = mqtt_tests::test_mqtt_broker(); @@ -746,6 +749,7 @@ async fn c8y_mapper_child_alarm_empty_payload() { #[tokio::test(flavor = "multi_thread", worker_threads = 2)] #[serial] +#[ignore] async fn c8y_mapper_alarm_empty_payload() { let broker = mqtt_tests::test_mqtt_broker();