Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] i915/i915_power: skip power sanity test on simulation
@ 2023-04-04  6:36 Riana Tauro
  2023-04-04  6:53 ` Dixit, Ashutosh
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Riana Tauro @ 2023-04-04  6:36 UTC (permalink / raw)
  To: igt-dev; +Cc: badal.nilawar

skip power sanity test on simulation

Signed-off-by: Riana Tauro <riana.tauro@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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-04-04 12:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-04  6:36 [igt-dev] [PATCH i-g-t] i915/i915_power: skip power sanity test on simulation Riana Tauro
2023-04-04  6:53 ` Dixit, Ashutosh
2023-04-04  7:44 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2023-04-04 12:00 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox