From a11725c27c6b9760c740424f1950d6a80c30e8b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Sun, 20 Aug 2023 11:40:16 +0200 Subject: [PATCH] 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. --- .../swfs/visual/shumway_acid_tests/acid_gradient_2/test.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/swfs/visual/shumway_acid_tests/acid_gradient_2/test.toml b/tests/tests/swfs/visual/shumway_acid_tests/acid_gradient_2/test.toml index 34ba0a6d1..ae3b09054 100644 --- a/tests/tests/swfs/visual/shumway_acid_tests/acid_gradient_2/test.toml +++ b/tests/tests/swfs/visual/shumway_acid_tests/acid_gradient_2/test.toml @@ -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 }