Skip to content

Commit

Permalink
test: Shorten object core API stats test name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
peter-mitsis committed Sep 28, 2023
1 parent 357b0d1 commit bbdc0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kernel/obj_core/obj_core_stats_api/src/main.c
Expand Up @@ -216,7 +216,7 @@ ZTEST(obj_core_stats_api, test_obj_core_stats_raw)
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;
char buffer[sizeof(struct k_cycle_stats)];
Expand Down

0 comments on commit bbdc0eb

Please sign in to comment.