Skip to content

Commit

Permalink
skip on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Feb 11, 2019
1 parent 3c498e8 commit b816819
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Filesystem/FilesystemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,10 @@ public function testMakeDirectory()
*/
public function testSharedGet()
{
if (PHP_OS == 'Darwin') {
$this->markTestSkipped('Skipping on MacOS');
}

if (! function_exists('pcntl_fork')) {
$this->markTestSkipped('Skipping since the pcntl extension is not available');
}
Expand Down

0 comments on commit b816819

Please sign in to comment.