tests: Exclude WARP from running the acid_gradient_2 visual test (ported from Shumway)

This was the culprit for most of our recent Windows CI failures.
This commit is contained in:
TÖRÖK Attila 2023-08-20 11:40:16 +02:00 committed by Nathan Adams
parent 891e369f48
commit a11725c27c
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ num_frames = 1
tolerance = 1
[player_options]
with_renderer = { optional = false, sample_count = 1 }
with_renderer = { optional = false, sample_count = 1, exclude_warp = true }