Skip to content

Commit de45f50

Browse files
committed
tests: Don't skip SIGINT test
1 parent 95e5e9c commit de45f50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Unit/ServerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
posix_kill($pid, SIGINT);
7373
proc_terminate($this->process, SIGINT);
7474
expect($pid)->toNotBeRunning(2500);
75-
})->skip(inGithubActions(), 'Not working on GitHub CI atm, but works wonderfully locally and on test servers');
75+
});
7676

7777
test('handles SIGTERM interrupt gracefully', function () {
7878
['process' => $this->process, 'pid' => $pid] = start_server_and_wait_for_listening($this->serverScript, $this->host, $this->port);

0 commit comments

Comments
 (0)