Skip to content

Commit

Permalink
disabled "fetch sync" tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
noise64 committed Jun 13, 2024
1 parent b6b03ea commit 2af1dea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/handlers.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export { handler as btoa } from './btoa/btoa.js';
export { handler as performance } from './performance/performance.js';
export { handler as crypto } from './crypto/crypto.js';
export { handler as fetchsync } from './fetchsync/fetchsync.js';
// Disabled for now
// export { handler as fetchsync } from './fetchsync/fetchsync.js';
export { handler as timers } from './timers/timers.js';

0 comments on commit 2af1dea

Please sign in to comment.