From 87cf5571fc206f6d87195d574b2ec2092e0c2b1f Mon Sep 17 00:00:00 2001 From: Ben Widawsky Date: Tue, 29 Oct 2013 20:01:43 -0700 Subject: [PATCH] gem_suspend: Skip on simulation Simulation has proven flaky across both reset, and s3/4 Signed-off-by: Ben Widawsky --- tests/gem_suspend.c | 2 ++ 1 file changed, 2 insertions(+) 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();