Skip to content

Commit

Permalink
tests: subsys/pm: delete the empty test.
Browse files Browse the repository at this point in the history
Delete the empty test.

Signed-off-by: Yinfang Wang <[email protected]>
  • Loading branch information
yinfangw authored and fabiobaltieri committed Sep 16, 2022
1 parent 24af603 commit 116746c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/subsys/pm/power_mgmt/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ ZTEST(power_management_1cpu, test_power_state_trans)
*
* @details
* - device driver notify its power state change by pm_device_runtime_get and
* pm_device_runtime_put_asyncpm_notifier_register
* pm_device_runtime_put_async
* - system inform device system power state change through device interface
* pm_action_cb
*
Expand Down Expand Up @@ -441,12 +441,6 @@ static void *power_management_1cpu_setup(void)
return NULL;
}

ZTEST(power_management_1cpu, test_power)
{


}

ZTEST_SUITE(power_management_1cpu, NULL, power_management_1cpu_setup,
ztest_simple_1cpu_before, ztest_simple_1cpu_after,
power_management_1cpu_teardown);

0 comments on commit 116746c

Please sign in to comment.