조건부 통합 테스트 등록과 시계 fixture를 바로잡는다

This commit is contained in:
2026-09-23 16:21:52 +00:00
parent 7e1783d651
commit 08be92b6fa
6 changed files with 37 additions and 4 deletions
@@ -16,7 +16,7 @@ test('keeps every non-database conditional Ref suite in one requirement group',
);
assert.deepEqual(counts, {
reference_command: 5,
reference_command: 3,
reference_full_lifecycle: 1,
reference_instant_diplomacy: 1,
reference_monthly: 1,
@@ -49,7 +49,7 @@ test('enables Ref suites only with the Ref runtime and saved traces only as a pa
});
assert.equal(
selectEnabledConditionalIntegrationFiles(entries, { TURN_DIFFERENTIAL_REFERENCE: '1' }).referenceFiles.length,
9
7
);
assert.deepEqual(
selectEnabledConditionalIntegrationFiles(entries, {