summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBen Widawsky <benjamin.widawsky@intel.com>2013-10-31 14:16:41 -0700
committerBen Widawsky <benjamin.widawsky@intel.com>2013-10-31 14:16:41 -0700
commit164b540936b6cc6d67151793efdc6261975cadfc (patch)
treeb39cf0d904e3398ee5df53385347f37d96e8e98e /tests
parent2addb2744f2373cd327a8633330bf27fd11ce621 (diff)
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 <ben@bwidawsk.net>
Diffstat (limited to 'tests')
-rw-r--r--tests/debugfs_pipe_crc.c2
1 files changed, 2 insertions, 0 deletions
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;