remove windows crlf change and mark tests as slow
This commit is contained in:
parent
eb19971298
commit
38a16c5738
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue