From e0886707c5b9637c3fb6d3064a6ffd2cb28117de Mon Sep 17 00:00:00 2001 From: Nathan Adams Date: Sun, 9 Jul 2023 23:11:33 +0200 Subject: [PATCH] tests: Exclude WARP for blur_scales_with_screen --- .../tests/swfs/visual/filters/blur_scales_with_screen/test.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/swfs/visual/filters/blur_scales_with_screen/test.toml b/tests/tests/swfs/visual/filters/blur_scales_with_screen/test.toml index 35f9677bf215..19fe3e46f18c 100644 --- a/tests/tests/swfs/visual/filters/blur_scales_with_screen/test.toml +++ b/tests/tests/swfs/visual/filters/blur_scales_with_screen/test.toml @@ -4,5 +4,5 @@ num_frames = 1 tolerance = 2 [player_options] -with_renderer = { optional = false, sample_count = 1 } +with_renderer = { optional = false, sample_count = 1, exclude_warp = true } viewport_dimensions = { width = 2000, height = 2000, scale_factor = 1.0 }