diff --git a/tests/pm_pc8.c b/tests/pm_pc8.c index 010af44f..9a953269 100644 --- a/tests/pm_pc8.c +++ b/tests/pm_pc8.c @@ -769,7 +769,7 @@ static void setup_environment(void) printf("Runtime PM support: %d\n", has_runtime_pm); printf("PC8 residency support: %d\n", has_pc8); - igt_require(has_runtime_pm || has_pc8); + igt_require(has_runtime_pm); } static void teardown_environment(void)