diff --git a/tests/integration/handlers.js b/tests/integration/handlers.js index fe83f65..ac0ff10 100644 --- a/tests/integration/handlers.js +++ b/tests/integration/handlers.js @@ -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';