Fix RJC zRevRangeWithScores returns incorrect results
DATAREDIS-137
This commit is contained in:
@@ -104,10 +104,6 @@ public class RjcConnectionIntegrationTests extends AbstractConnectionIntegration
|
||||
public void testPubSubWithPatterns() {
|
||||
}
|
||||
|
||||
@Ignore("DATAREDIS-137 zRevRangeWithScores returns incorrect results")
|
||||
public void testZRevRangeWithScores() {
|
||||
}
|
||||
|
||||
@Ignore("DATAREDIS-148 Syntax error on RJC zUnionStore")
|
||||
public void testZUnionStoreAggWeights() {
|
||||
}
|
||||
|
||||
@@ -85,10 +85,6 @@ public class RjcConnectionPipelineIntegrationTests extends
|
||||
public void testStrLen() {
|
||||
}
|
||||
|
||||
@Ignore("DATAREDIS-137 zRevRangeWithScores returns incorrect results")
|
||||
public void testZRevRangeWithScores() {
|
||||
}
|
||||
|
||||
@Ignore("DATAREDIS-148 Syntax error on RJC zUnionStore")
|
||||
public void testZUnionStoreAggWeights() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user