From 164b540936b6cc6d67151793efdc6261975cadfc Mon Sep 17 00:00:00 2001 From: Ben Widawsky Date: Thu, 31 Oct 2013 14:16:41 -0700 Subject: [PATCH] debugfs_pipe_crc: skip on simulation As with other display tests, they're not working (and in this case, cause hangs). Signed-off-by: Ben Widawsky --- tests/debugfs_pipe_crc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/debugfs_pipe_crc.c b/tests/debugfs_pipe_crc.c index 1bb34dc6..83e031e7 100644 --- a/tests/debugfs_pipe_crc.c +++ b/tests/debugfs_pipe_crc.c @@ -220,6 +220,8 @@ int main(int argc, char **argv) igt_subtest_init(argc, argv); + igt_skip_on_simulation(); + igt_fixture { size_t written; int ret;