From 56937563c3712d7b3dd7bc46bb492ab76068b976 Mon Sep 17 00:00:00 2001 From: Tony Sullivan Date: Fri, 17 Jun 2022 22:12:04 +0000 Subject: [PATCH] disabling Netlify Edge Functions tests for now (#3631) --- packages/integrations/netlify/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index a8c883f30..e38542745 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -27,7 +27,7 @@ "dev": "astro-scripts dev \"src/**/*.ts\"", "test-fn": "mocha --exit --timeout 20000 test/functions/", "test-edge": "deno test --allow-run --allow-read --allow-net ./test/edge-functions/", - "test": "npm run test-fn && npm run test-edge" + "test": "npm run test-fn" }, "dependencies": { "@astrojs/webapi": "^0.12.0",