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>
This commit is contained in:
Ben Widawsky 2013-10-31 14:16:41 -07:00
parent 2addb2744f
commit 164b540936

View File

@ -220,6 +220,8 @@ int main(int argc, char **argv)
igt_subtest_init(argc, argv); igt_subtest_init(argc, argv);
igt_skip_on_simulation();
igt_fixture { igt_fixture {
size_t written; size_t written;
int ret; int ret;