extendr / rextendr

An R package that helps scaffolding extendr-enabled packages or compiling Rust code dynamically
https://extendr.github.io/rextendr/
Other
181 stars 27 forks source link

Hotfix: Disable flaky test on R-devel-windows #240

Closed Ilia-Kosenkov closed 1 year ago

Ilia-Kosenkov commented 1 year ago

This disables one flaky test that reliably fails on R-devel@Windows. The test covers behavior of pretty_rel_path() when the origin path is searched outside of project directory. Tracked by #238, but does not resolve it.

A temporary solution to unblock CI/integration tests.