diff --git a/tests/output-damage-test.c b/tests/output-damage-test.c index 03ee4dd1..7d26e027 100644 --- a/tests/output-damage-test.c +++ b/tests/output-damage-test.c @@ -141,6 +141,10 @@ fixture_setup(struct weston_test_harness *harness, const struct setup_args *arg) * that step. */ setup.test_quirks.gl_force_full_redraw_of_shadow_fb = true; + + /* To skip instead of fail the test if shadow not available */ + setup.test_quirks.required_capabilities = WESTON_CAP_COLOR_OPS; + weston_ini_setup(&setup, cfgln("[output]"), cfgln("name=headless"),