Skip to content

ci: skip tests that use features not supported on GLES

The tests all use RGBA32F images and try to read from and write to these images on the same shader. This is not supported on GLES, and hence the tests will fail or pass by accident, hence there is no need to run these tests on the CI.

Signed-off-by: Gert Wollny gert.wollny@collabora.com

Merge request reports