test: Shorten object core API stats test name

Changing the name of the routine test_obj_core_stats_deregister()
to something shorter (test_obj_core_stats_dereg) has been found to
be a workaround to the issue identified in #61087.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
This commit is contained in:
Peter Mitsis 2023-08-14 15:36:57 -04:00 committed by Johan Hedberg
commit 13712dbea2

View file

@ -216,7 +216,7 @@ ZTEST(obj_core_stats_api, test_obj_core_stats_raw)
k_mutex_unlock(&test_mutex); k_mutex_unlock(&test_mutex);
} }
ZTEST(obj_core_stats_api, test_obj_core_stats_deregister) ZTEST(obj_core_stats_api, test_obj_core_stats_dereg)
{ {
int status; int status;
char buffer[sizeof(struct k_cycle_stats)]; char buffer[sizeof(struct k_cycle_stats)];