Sadly, not all tests will pass from the start. In some cases, tests require some external context in order to run. Usually, we can use #[ignore = "reason"] attribute to make the tests skipped by default. Would it be possible to have something similar with test-each-file? Thx!