We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c81a0c commit 74572e1Copy full SHA for 74572e1
tests/RedisConnectionTest.php
@@ -105,7 +105,8 @@ public function testSerialize(): void
105
*/
106
public function testConnectionTimeout(): void
107
{
108
- return;
+ $this->markTestSkipped('This test is skipped due to flakiness.');
109
+
110
$db = $this->getConnection(false);
111
$db->configSet('timeout', 1);
112
$this->assertTrue($db->ping());
@@ -185,7 +186,8 @@ public function testConnectionTimeoutRetryWithFirstFail(): void
185
186
187
public function testConnectionTimeoutRetryCount(): void
188
189
190
191
$logger = new Logger();
192
Yii::setLogger($logger);
193
0 commit comments