elm-explorations / test

Write unit and fuzz tests for Elm code.
https://package.elm-lang.org/packages/elm-explorations/test/latest
BSD 3-Clause "New" or "Revised" License
236 stars 40 forks source link

Skip diffing if input is too large #155

Closed drathier closed 3 years ago

drathier commented 3 years ago

Workaround for #144 . Not sure how to test this in CI; we would somehow need to measure the time it takes for CI to run a specific failing test, so I've commented out the tests for now.

drathier commented 3 years ago

Tests fail to run elm-format on ubuntu because of missing glibc; versionGLIBC_2.27' not found`. Does anyone know the fix?

harrysarson commented 3 years ago

Looks good, yeah hard to think of a way to test. Maybe we run this test in a separate process and put a timeout on it.

To fix elm-format in CI you have to opt in to a more recent ubuntu version dist: focal