[igt-dev] [PATCH i-g-t] i915/i915_power: skip power sanity test on simulation
Riana Tauro
riana.tauro at intel.com
Tue Apr 4 06:36:15 UTC 2023
skip power sanity test on simulation
Signed-off-by: Riana Tauro <riana.tauro at intel.com>
---
tests/i915/i915_power.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/i915/i915_power.c b/tests/i915/i915_power.c
index 333ea002..51b412e3 100644
--- a/tests/i915/i915_power.c
+++ b/tests/i915/i915_power.c
@@ -66,6 +66,7 @@ igt_main
int i915;
igt_fixture {
+ igt_skip_on_simulation();
i915 = drm_open_driver_master(DRIVER_INTEL);
}
--
2.40.0
More information about the igt-dev
mailing list