summaryrefslogtreecommitdiff
path: root/tests/gem_vmap_blits.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_vmap_blits.c')
-rw-r--r--tests/gem_vmap_blits.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/gem_vmap_blits.c b/tests/gem_vmap_blits.c
index b8868214..5e1c1706 100644
--- a/tests/gem_vmap_blits.c
+++ b/tests/gem_vmap_blits.c
@@ -262,6 +262,8 @@ int main(int argc, char **argv)
uint32_t start = 0;
int i, fd, count;
+ drmtest_skip_on_simulation();
+
fd = drm_open_any();
if (!has_vmap(fd)) {