tests: Exclude WARP from running acid_large, and allow acid_image and acid_gradient_* again

This commit is contained in:
TÖRÖK Attila 2023-08-28 20:15:33 +02:00 committed by Nathan Adams
parent 520045de46
commit 7dc70354bf
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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