mirror of
https://github.com/pestphp/pest.git
synced 2026-04-26 00:47:27 +02: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