Skip to content

Commit

Permalink
fix: skip testing remote mode in CI (#2043)
Browse files Browse the repository at this point in the history
  • Loading branch information
rozenmd authored Oct 18, 2022
1 parent 8c1d36d commit ccfdd0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fixtures/local-mode-tests/tests/unstableDev.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ describe("worker in local mode", () => {
});
});

describe("worker in remote mode", () => {
// skipping this test for now as it breaks tests in CI when the author isn't from Cloudflare
describe.skip("worker in remote mode", () => {
let worker: {
fetch: (
input?: RequestInfo,
Expand Down

0 comments on commit ccfdd0b

Please sign in to comment.