When required test data files are missing, one test in JsonTestSuiteTest.kt skips silently (so CI stays green with no real coverage), while two other tests in the same area hard-fail instead. Same root cause (missing data), two different — and inconsistent — behaviors.
Worth picking one policy (probably: fail loudly, since a silent skip masks missing corpus coverage) and applying it consistently.
When required test data files are missing, one test in
JsonTestSuiteTest.ktskips silently (so CI stays green with no real coverage), while two other tests in the same area hard-fail instead. Same root cause (missing data), two different — and inconsistent — behaviors.Worth picking one policy (probably: fail loudly, since a silent skip masks missing corpus coverage) and applying it consistently.