Disable problematic create-astro test (#3746)

* chore(test): disable problematic create-astro test

* chore: fix skip

Co-authored-by: Nate Moore <nate@astro.build>
This commit is contained in:
Nate Moore 2022-06-28 10:24:54 -05:00 committed by GitHub
parent a59a27eb0c
commit 8829cc7ab6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,8 @@ import os from 'os';
const FAKE_PACKAGE_MANAGER = 'banana';
let initialEnvValue = null;
describe('[create-astro] install', function () {
// TODO: enable test, it was consistently timing out in CI
describe.skip('[create-astro] install', function () {
this.timeout(timeout);
let tempDir = '';
beforeEach(async () => {