Removes isInParallel

This commit is contained in:
luke
2021-08-13 10:14:01 +01:00
parent 45e76a6df6
commit 03d34e9a10
9 changed files with 8 additions and 50 deletions

View File

@ -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.');
});