Skip to content

Commit

Permalink
skip cloudflare tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Feb 20, 2025
1 parent 105441e commit 55cf9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cloudflare-workers-react-full/.testRun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { testCounter } from '../../test/utils'
function testRun(cmd: 'npm run dev' | 'npm run preview', { hasStarWarsPage }: { hasStarWarsPage: boolean }) {
const isWrangler = cmd === 'npm run preview'

/*
//*
// Update(13.12.2024): permanently disabling wrangler tests, because wrangler requests to Cloudflare are painfully flaky. Let's eventually enable wrangler tests again, at some point later.
// Manually disabled because of exceeded rate limit
if (isWrangler) {
Expand Down

0 comments on commit 55cf9e9

Please sign in to comment.