Explorar o código

skip test until pest can run in isolated process

jhdxr %!s(int64=2) %!d(string=hai) anos
pai
achega
f8ee935080
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  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');