diff --git a/tests/gem_evict_alignment.c b/tests/gem_evict_alignment.c index d6580889..f3a17e42 100644 --- a/tests/gem_evict_alignment.c +++ b/tests/gem_evict_alignment.c @@ -190,6 +190,9 @@ igt_main igt_fixture 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") { size = 1024 * 1024; count = 3*gem_aperture_size(fd) / size / 4;