Skip to content

Commit e06475f

Browse files
committed
nope
1 parent ba96b0e commit e06475f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

phpunit.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
5-
processIsolation="true"
65
colors="true"
76
>
87
<testsuites>

tests/Feature/UdpConnectionTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@
2828
};
2929
Worker::runAll();
3030
})->skipOnWindows() //require posix, multiple workers
31-
//->skip(message: 'this test needs to run isolated process while pest not support doing so yet');
32-
;
31+
->skip(message: 'this test needs to run isolated process while pest not support doing so yet');

0 commit comments

Comments
 (0)