Skip to content

Commit e09c8ce

Browse files
authored
test: clarify skip-pull integration assumptions
1 parent 82ee56b commit e09c8ce

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/integration/no-docker.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
* The integration workflow pre-builds local images before this test file runs, so the
1313
* tests use `skipPull: true` to avoid image pulls/rebuilds during each test case.
1414
*
15-
* Known Issue: Building locally may fail due to NodeSource repository issues.
16-
* If tests fail with "docker found" errors, the images need to be rebuilt and published.
15+
* If tests fail with "docker found" errors, the pre-built test images are stale and
16+
* need to be rebuilt before running this suite.
1717
*
1818
* NOTE: docker-warning.test.ts was removed as redundant — the Docker stub-script
1919
* approach was superseded by removing docker-cli entirely. This file covers the

tests/integration/skip-pull.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('Skip Pull Flag', () => {
2626
});
2727

2828
test('should succeed with --skip-pull when images are pre-downloaded', async () => {
29-
// Integration workflow pre-builds images before this test job runs.
29+
// test-integration-suite.yml pre-builds local images before this job runs.
3030
const result = await runner.runWithSudo(
3131
'echo "skip-pull works"',
3232
{

0 commit comments

Comments
 (0)