Skip to content

Commit a0dc222

Browse files
Actually commit the cluster code to skip the exception test
1 parent 4090af1 commit a0dc222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/RedisClusterTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public function testSelect() { return $this->markTestSkipped(); }
3434
public function testReconnectSelect() { return $this->markTestSkipped(); }
3535
public function testMultipleConnect() { return $this->markTestSkipped(); }
3636
public function testDoublePipeNoOp() { return $this->markTestSkipped(); }
37+
public function testConnectException() { return $this->markTestSkipped(); }
3738

3839
/* Load our seeds on construction */
3940
public function __construct() {

0 commit comments

Comments
 (0)