@@ -148,8 +148,6 @@ public function testTagEntriesCanBeIncremented()
148148
149149 public function testIncrementedTagEntriesProperlyTurnStale ()
150150 {
151- $ this ->markTestSkippedWithPredisClusterConnection ();
152-
153151 Cache::store ('redis ' )->clear ();
154152
155153 Cache::store ('redis ' )->tags (['votes ' ])->add ('person-1 ' , 0 , $ seconds = 1 );
@@ -166,8 +164,6 @@ public function testIncrementedTagEntriesProperlyTurnStale()
166164
167165 public function testPastTtlTagEntriesAreNotAdded ()
168166 {
169- $ this ->markTestSkippedWithPredisClusterConnection ();
170-
171167 Cache::store ('redis ' )->clear ();
172168
173169 Cache::store ('redis ' )->tags (['votes ' ])->add ('person-1 ' , 0 , new DateTime ('yesterday ' ));
@@ -181,8 +177,6 @@ public function testPastTtlTagEntriesAreNotAdded()
181177
182178 public function testPutPastTtlTagEntriesProperlyTurnStale ()
183179 {
184- $ this ->markTestSkippedWithPredisClusterConnection ();
185-
186180 Cache::store ('redis ' )->clear ();
187181
188182 Cache::store ('redis ' )->tags (['votes ' ])->put ('person-1 ' , 0 , new DateTime ('yesterday ' ));
@@ -194,8 +188,6 @@ public function testPutPastTtlTagEntriesProperlyTurnStale()
194188
195189 public function testTagsCanBeFlushedBySingleKey ()
196190 {
197- $ this ->markTestSkippedWithPredisClusterConnection ();
198-
199191 Cache::store ('redis ' )->clear ();
200192
201193 Cache::store ('redis ' )->tags (['people ' , 'author ' ])->put ('person-1 ' , 'Sally ' , 5 );
@@ -212,8 +204,6 @@ public function testTagsCanBeFlushedBySingleKey()
212204
213205 public function testStaleEntriesCanBeFlushed ()
214206 {
215- $ this ->markTestSkippedWithPredisClusterConnection ();
216-
217207 Cache::store ('redis ' )->clear ();
218208
219209 Cache::store ('redis ' )->tags (['people ' , 'author ' ])->put ('person-1 ' , 'Sally ' , 1 );
0 commit comments