Skip to content

test: Disable filesystem access time checks

Robert Hensing requested to merge roberth/bolt:disable-atime-tests into master

Access time is not always supported, so support for it is best-effort. We disable such assertions so bolt can be unit tested on systems that have "noatime" configured to speed up the filesystem.

Fixes #167

Merge request reports