chore: skips parallel testing

This commit is contained in:
Nuno Maduro
2023-04-13 12:23:17 +01:00
parent 0064f3fdff
commit 41cdb5f01b
8 changed files with 19 additions and 12 deletions

View File

@ -38,5 +38,4 @@ test('collision', function (array $arguments) {
expect($output())->toContain(file_get_contents($snapshot));
})->with([
[['']],
[['--parallel']],
])->skipOnWindows();