Przeglądaj źródła

skip test until pest can run in isolated process

jhdxr 2 lat temu
rodzic
commit
f8ee935080
1 zmienionych plików z 2 dodań i 3 usunięć
  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');