diff --git a/tests/Redis/RedisConnectionTest.php b/tests/Redis/RedisConnectionTest.php index 6f0d6b5fb6cb..c8acdae1c5f3 100644 --- a/tests/Redis/RedisConnectionTest.php +++ b/tests/Redis/RedisConnectionTest.php @@ -578,6 +578,10 @@ public function it_runs_raw_command() */ public function it_persists_connection() { + if (PHP_ZTS) { + $this->markTestSkipped('PhpRedis does not support persistent connections with PHP_ZTS enabled.'); + } + $this->assertEquals( 'laravel', $this->connections()['persistent']->getPersistentID()