mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 17:27:22 +01:00
chore: skips parallel testing
This commit is contained in:
@ -38,5 +38,4 @@ test('collision', function (array $arguments) {
|
||||
expect($output())->toContain(file_get_contents($snapshot));
|
||||
})->with([
|
||||
[['']],
|
||||
[['--parallel']],
|
||||
])->skipOnWindows();
|
||||
|
||||
Reference in New Issue
Block a user