From e7e06d112ebe7af5d30707c220332ffe4a2d76bc Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 4 Apr 2023 11:50:23 +0000 Subject: [PATCH] tests: mqtt: do not use TC_START for debugging TC_START is used to evaluate output of tests and is used internally by ztest when a test starts, no need to call this manually here. Signed-off-by: Anas Nashif --- tests/net/lib/mqtt_packet/src/mqtt_packet.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/net/lib/mqtt_packet/src/mqtt_packet.c b/tests/net/lib/mqtt_packet/src/mqtt_packet.c index 45bf834da3e..b6cf7390d7f 100644 --- a/tests/net/lib/mqtt_packet/src/mqtt_packet.c +++ b/tests/net/lib/mqtt_packet/src/mqtt_packet.c @@ -1125,8 +1125,6 @@ static int eval_corrupted_pkt_len(struct mqtt_test *mqtt_test) ZTEST(mqtt_packet_fn, test_mqtt_packet) { - TC_START("MQTT Library test"); - int rc; int i;