Skip to content

Commit

Permalink
Revert test case
Browse files Browse the repository at this point in the history
  • Loading branch information
jenky committed Sep 28, 2023
1 parent b5adf55 commit e3f65f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/PoolTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ public function test_concurrency_limit(): void
$pool->concurrent(-1);
}

public function test_driver_discovery(): void
/* public function test_driver_discovery(): void
{
$this->markTestIncomplete();
$reflector = new \ReflectionClass(DriverDiscovery::class);
$reflector->setStaticPropertyValue('preferred', null);
Expand All @@ -54,7 +56,7 @@ public function test_driver_discovery(): void
DriverDiscovery::prefer(Driver::REACT);
$this->assertSame(Driver::REACT, DriverDiscovery::find(false));
}
} */

public function test_async_client_factory(): void
{
Expand Down

0 comments on commit e3f65f7

Please sign in to comment.