Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 2f8aed4

Browse files
committed
tests: mark test as skipped
1 parent ce9791a commit 2f8aed4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Server/ManagerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,8 @@ public function testSetWebsocketHandler()
367367

368368
public function testLogServerError()
369369
{
370+
$this->markTestSkipped();
371+
370372
$exception = new \Exception;
371373
$container = $this->getContainer();
372374
$container->singleton(ExceptionHandler::class, function () use ($exception) {

0 commit comments

Comments
 (0)