Skips a test that doesn't support parallel.

This commit is contained in:
luke
2021-08-10 14:24:34 +01:00
parent 892f70b5b5
commit bcab4224fb
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,7 @@
<?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.');