mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 06:27:28 +02:00
Removes isInParallel
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
use Pest\TestSuite;
|
||||
|
||||
test('closure was bound to CustomTestCase', function () {
|
||||
$this->assertCustomInSubFolderTrue();
|
||||
})->skip(TestSuite::getInstance()->isInParallel, 'Nested Pest.php files are not loaded in parallel.');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user