From 33e9227a5083ad5979a38c781c4e6d15f8e7d106 Mon Sep 17 00:00:00 2001 From: Daniel Jacobs Date: Thu, 9 Nov 2023 15:43:13 -0500 Subject: [PATCH] tests: Bump tolerance of acid_color_0 to accommodate runner discrepancy --- .../tests/swfs/visual/shumway_acid_tests/acid_color_0/test.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/swfs/visual/shumway_acid_tests/acid_color_0/test.toml b/tests/tests/swfs/visual/shumway_acid_tests/acid_color_0/test.toml index 7e1f3edaa..bc074f3d8 100644 --- a/tests/tests/swfs/visual/shumway_acid_tests/acid_color_0/test.toml +++ b/tests/tests/swfs/visual/shumway_acid_tests/acid_color_0/test.toml @@ -3,7 +3,7 @@ num_frames = 1 [image_comparisons.output] -tolerance = 0 +tolerance = 2 [player_options] with_renderer = { optional = false, sample_count = 1 }