diff --git a/tests/kms_flip.c b/tests/kms_flip.c index 227a1760..d9760699 100644 --- a/tests/kms_flip.c +++ b/tests/kms_flip.c @@ -562,7 +562,8 @@ static void check_all_state(struct test_output *o, if (vblank) check_state(o, &o->vblank_state); - if (flip && vblank) + /* FIXME: Correlation check is broken. */ + if (flip && vblank && 0) check_state_correlation(o, &o->flip_state, &o->vblank_state); }