The test was done with one cpu in mind. In a SMP environment there is race condition where the semaphor can be given before the other thread take block waiting for it. Fixes #40068 Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
6 lines
94 B
Plaintext
6 lines
94 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_PM=y
|
|
CONFIG_PM_DEVICE=y
|
|
CONFIG_PM_DEVICE_RUNTIME=y
|
|
CONFIG_MP_NUM_CPUS=1
|