diff --git a/tests/gem_suspend.c b/tests/gem_suspend.c index c0f71ae1..dfdb5661 100644 --- a/tests/gem_suspend.c +++ b/tests/gem_suspend.c @@ -151,6 +151,8 @@ int main(int argc, char **argv) { igt_subtest_init(argc, argv); + igt_skip_on_simulation(); + igt_fixture fd = drm_open_any();