chore: skip cloudflare test for now (#4117)

Co-authored-by: Nate Moore <nate@astro.build>
This commit is contained in:
Nate Moore 2022-08-02 10:26:00 -05:00 committed by GitHub
parent 7d1f86d4b7
commit abfaf6bb0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ import { loadFixture, runCLI } from './test-utils.js';
import { expect } from 'chai';
import * as cheerio from 'cheerio';
describe('Basic app', () => {
describe.skip('Basic app', () => {
/** @type {import('./test-utils').Fixture} */
let fixture;