test: make prerequisite lanes fail honestly
This commit is contained in:
parent
dfc841b779
commit
6faeb4a103
113 changed files with 424 additions and 336 deletions
|
|
@ -40,7 +40,7 @@ public sealed class PakEquivalenceTests {
|
|||
[Fact]
|
||||
public void LiveExtraction_MatchesPakRoundTrip_OnFixtureIdSet() {
|
||||
var datDir = ContentConformanceDats.ResolveDatDir();
|
||||
if (datDir is null) return; // dats absent (CI) — skip, matching suite convention
|
||||
if (datDir is null) Assert.Fail("Lane=InstalledDat requires an installed retail DAT directory; see docs/release-gate.md."); // dats absent (CI) — skip, matching suite convention
|
||||
|
||||
using var dats = new DatCollection(datDir, DatAccessType.Read);
|
||||
// The unified AcDream.Content.DatCollectionAdapter — same class the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue