gem_suspend: Skip on simulation

Simulation has proven flaky across both reset, and s3/4

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
Ben Widawsky 2013-10-29 20:01:43 -07:00
parent 5382aca1af
commit 87cf5571fc

View File

@ -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();