From 414bd99a80d36c2746c55c4aa145931766bdc605 Mon Sep 17 00:00:00 2001 From: Netlify Team Account 1 <90322326+netlify-team-account-1@users.noreply.github.com> Date: Mon, 11 Oct 2021 15:37:41 +0200 Subject: [PATCH] chore: skip flaky test (#3473) --- tests/serving-functions.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/serving-functions.test.js b/tests/serving-functions.test.js index eeef8657957..e97643bb0f2 100644 --- a/tests/serving-functions.test.js +++ b/tests/serving-functions.test.js @@ -491,7 +491,7 @@ export { handler } }) }) - test(testName(`should pick up new function files even through debounce`, args), async (t) => { + test.skip(testName(`should pick up new function files even through debounce`, args), async (t) => { await withSiteBuilder('function-file-updates', async (builder) => { await builder .withNetlifyToml({