Skip to content

Commit

Permalink
tests: Don't exclude WARP from visual tests of blur
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 authored and Dinnerbone committed Jul 26, 2023
1 parent 2e721fd commit d1a94c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/tests/swfs/visual/filters/blur_fractional/test.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ num_frames = 1
tolerance = 5

[player_options]
with_renderer = { optional = false, sample_count = 1, exclude_warp = true }
with_renderer = { optional = false, sample_count = 1 }
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ num_frames = 1
tolerance = 2

[player_options]
with_renderer = { optional = false, sample_count = 1, exclude_warp = true }
with_renderer = { optional = false, sample_count = 1 }
viewport_dimensions = { width = 400, height = 400, scale_factor = 1.0 }

0 comments on commit d1a94c5

Please sign in to comment.