Function ef_tests::cases::blockchain_test::should_skip

source ยท
pub fn should_skip(path: &Path) -> bool
Expand description

Returns whether the test at the given path should be skipped.

Some tests are edge cases that cannot happen on mainnet, while others are skipped for convenience (e.g. they take a long time to run) or are temporarily disabled.

The reason should be documented in a comment above the file name(s).