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:
parent
9a183fa912
commit
e7e06d112e
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user