summaryrefslogtreecommitdiff
path: root/scripts/smoke/index.js
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2022-02-15 15:50:25 -0500
committerGravatar GitHub <noreply@github.com> 2022-02-15 15:50:25 -0500
commit0f6588b229453cc6a1a9267507fddec857e4596f (patch)
tree8eb95aadb7fe8d53763e79424bc6ddfa1d75e598 /scripts/smoke/index.js
parent160c41403b622ddbf593d182c36d3e4c79432593 (diff)
downloadastro-0f6588b229453cc6a1a9267507fddec857e4596f.tar.gz
astro-0f6588b229453cc6a1a9267507fddec857e4596f.tar.zst
astro-0f6588b229453cc6a1a9267507fddec857e4596f.zip
Skip the docs-main smoke test (#2591)
Diffstat (limited to 'scripts/smoke/index.js')
-rw-r--r--scripts/smoke/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/smoke/index.js b/scripts/smoke/index.js
index 17a3eca1d..ffb0abba9 100644
--- a/scripts/smoke/index.js
+++ b/scripts/smoke/index.js
@@ -40,7 +40,8 @@ async function run() {
const directories = await getChildDirectories(exampleDir);
- directories.push(await downloadGithubZip(docGithubConfig), await downloadGithubZip(wwwGithubConfig));
+ // TODO Skipped the docs-main test since it is failing at the moment.
+ directories.push(/*await downloadGithubZip(docGithubConfig), */await downloadGithubZip(wwwGithubConfig));
console.log('🤖', 'Preparing', 'yarn');