Skip to content

Commit

Permalink
Update ContainerTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Mar 6, 2023
1 parent 5ef91d4 commit 738160d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ContainerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ContainerTest extends TestCase
{
protected function setUp(): void
{
if (!\function_exists('uv_loop_new'))
if (!\function_exists('uv_loop_new') || \IS_MACOS)
$this->markTestSkipped('Test skipped "uv_loop_new" missing.');
Spawn::setup(null, false, false, true);
}
Expand Down

0 comments on commit 738160d

Please sign in to comment.