diff --git a/tests/ContainerTest.php b/tests/ContainerTest.php index b4bd499..344acb8 100644 --- a/tests/ContainerTest.php +++ b/tests/ContainerTest.php @@ -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); }