浏览代码

skip test until pest can run in isolated process

jhdxr 2 年之前
父节点
当前提交
f8ee935080
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      tests/Feature/UdpConnectionTest.php

+ 2 - 3
tests/Feature/UdpConnectionTest.php

@@ -27,6 +27,5 @@ it('tests udp connection', function () {
         }, null, false);
     };
     Worker::runAll();
-})
-    //require posix, multiple workers
-    ->skip(PHP_OS_FAMILY === 'Windows', 'necessary features are not supported on Windows');
+})->skipOnWindows() //require posix, multiple workers
+->skip(message: 'this test needs to run isolated process while pest not support doing so yet');