igt/gem_evict_alignment: Remove obsolete skip on gen8+

If the BLT commands, aren't fixed yet, they should be. ASAP.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2014-06-06 08:40:36 +01:00
parent 9a70e29f83
commit 033c400e9b

View File

@ -195,9 +195,6 @@ igt_main
igt_fixture { igt_fixture {
fd = drm_open_any(); fd = drm_open_any();
igt_skip_on_f(intel_gen(intel_get_drm_devid(fd)) > 7,
"BLIT commands not yet updated\n");
} }
igt_subtest("minor-normal") { igt_subtest("minor-normal") {