summaryrefslogtreecommitdiff
path: root/tests/kms_flip.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kms_flip.c')
-rwxr-xr-xtests/kms_flip.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/kms_flip.c b/tests/kms_flip.c
index dfa5a69e..08f3bd29 100755
--- a/tests/kms_flip.c
+++ b/tests/kms_flip.c
@@ -1575,6 +1575,13 @@ int main(int argc, char **argv)
!(tests[i].flags & TEST_VBLANK_ABSOLUTE))
continue;
+ /*
+ * -EBUSY needs to complete in a single vblank, skip them for
+ * interruptible tests
+ */
+ if (tests[i].flags & TEST_EBUSY)
+ continue;
+
igt_subtest_f( "%s-interruptible", tests[i].name)
run_test(tests[i].duration, tests[i].flags);