diff --git a/tests/playwright-test/only-changed.spec.ts b/tests/playwright-test/only-changed.spec.ts index 3f14df50b8..a948a107ea 100644 --- a/tests/playwright-test/only-changed.spec.ts +++ b/tests/playwright-test/only-changed.spec.ts @@ -47,8 +47,6 @@ const test = baseTest.extend({ `, }); git(`init --initial-branch=main`); - if (process.platform === 'win32') - git(`config --local core.autocrlf true`); git(`config --local user.name "Robert Botman"`); git(`config --local user.email "botty@mcbotface.com"`); git(`add .`); @@ -58,6 +56,8 @@ const test = baseTest.extend({ }, }); +test.slow(); + test('should detect untracked files', async ({ runInlineTest, setupRepository }) => { await setupRepository();