Skip to content

Commit

Permalink
Better special casing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jan 28, 2025
1 parent bca3e25 commit 7cdb4d0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/testthat/test-formats.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ test_that("Critical encoders", {
expect_contains(encoders$name, 'libmp3lame')
expect_contains(encoders$name, 'libvorbis')
expect_contains(encoders$name, 'libxvid')
skip_on_os('linux')
# libx264 is not supported on Fedora libavfilter-free-devel
expect_contains(encoders$name, 'libx264')
if(!grepl('Fedora', osVersion)){
# libx264 is not supported on Fedora libavfilter-free-devel
expect_contains(encoders$name, 'libx264')
}
})

0 comments on commit 7cdb4d0

Please sign in to comment.