Skip to content

Commit 7d34370

Browse files
committed
Mark tests as relay-incompatible
1 parent 9deb0a2 commit 7d34370

7 files changed

+7
-0
lines changed

tests/Predis/Command/Redis/TDigest/TDIGESTBYRANK_Test.php

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ public function testReturnsValuesEstimatedForGivenRanks(): void
8383

8484
/**
8585
* @group connected
86+
* @group relay-incompatible
8687
* @return void
8788
* @requiresRedisBfVersion >= 2.6.0
8889
*/

tests/Predis/Command/Redis/TDigest/TDIGESTBYREVRANK_Test.php

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ public function testReturnsValuesEstimatedForGivenReverseRanks(): void
8383

8484
/**
8585
* @group connected
86+
* @group relay-incompatible
8687
* @return void
8788
* @requiresRedisBfVersion >= 2.6.0
8889
*/

tests/Predis/Command/Redis/TDigest/TDIGESTCDF_Test.php

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ public function testReturnsValuesEstimatedForGivenRanks(): void
8383

8484
/**
8585
* @group connected
86+
* @group relay-incompatible
8687
* @return void
8788
* @requiresRedisBfVersion >= 2.6.0
8889
*/

tests/Predis/Command/Redis/TDigest/TDIGESTMAX_Test.php

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public function testReturnsMaxValueFromGivenSketch(): void
8282

8383
/**
8484
* @group connected
85+
* @group relay-incompatible
8586
* @return void
8687
* @requiresRedisBfVersion >= 2.6.0
8788
*/

tests/Predis/Command/Redis/TDigest/TDIGESTMIN_Test.php

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public function testReturnsMinValueFromGivenSketch(): void
8282

8383
/**
8484
* @group connected
85+
* @group relay-incompatible
8586
* @return void
8687
* @requiresRedisBfVersion >= 2.6.0
8788
*/

tests/Predis/Command/Redis/TDigest/TDIGESTQUANTILE_Test.php

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ public function testReturnsValuesBelowGivenQuantile(): void
8383

8484
/**
8585
* @group connected
86+
* @group relay-incompatible
8687
* @return void
8788
* @requiresRedisBfVersion >= 2.6.0
8889
*/

tests/Predis/Command/Redis/TDigest/TDIGESTRESET_Test.php

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ public function testResetExistingSketch(): void
9090

9191
/**
9292
* @group connected
93+
* @group relay-incompatible
9394
* @return void
9495
* @requiresRedisBfVersion >= 2.6.0
9596
*/

0 commit comments

Comments
 (0)