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 <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2023-04-04 11:50:23 +00:00 committed by Carles Cufí
parent 9a183fa912
commit e7e06d112e

View File

@ -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;