chore: skip cloudflare test for now (#4117)
Co-authored-by: Nate Moore <nate@astro.build>
This commit is contained in:
parent
7d1f86d4b7
commit
abfaf6bb0e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import { loadFixture, runCLI } from './test-utils.js';
|
||||||
import { expect } from 'chai';
|
import { expect } from 'chai';
|
||||||
import * as cheerio from 'cheerio';
|
import * as cheerio from 'cheerio';
|
||||||
|
|
||||||
describe('Basic app', () => {
|
describe.skip('Basic app', () => {
|
||||||
/** @type {import('./test-utils').Fixture} */
|
/** @type {import('./test-utils').Fixture} */
|
||||||
let fixture;
|
let fixture;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue