From 142cd30d5f108101e20a75ef94545ee3676fb020 Mon Sep 17 00:00:00 2001 From: Lukas Holzer Date: Fri, 21 Jan 2022 16:43:56 +0100 Subject: [PATCH] test: skip flaky one on windows (#4102) --- tests/command.init.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/command.init.test.js b/tests/command.init.test.js index d529f51fb14..cb60685038e 100644 --- a/tests/command.init.test.js +++ b/tests/command.init.test.js @@ -621,7 +621,7 @@ test('netlify init monorepo root with netlify.toml, subdirectory without netlify }) }) -test('netlify init monorepo root and sub directory with netlify.toml', async (t) => { +windowsSkip('netlify init monorepo root and sub directory with netlify.toml', async (t) => { const initQuestions = [ { question: 'Create & configure a new site',