Fix RJC integration tests
This commit is contained in:
@@ -99,6 +99,10 @@ public class RjcConnectionIntegrationTests extends AbstractConnectionIntegration
|
||||
public void testZUnionStoreAggWeights() {
|
||||
}
|
||||
|
||||
@Ignore("DATAREDIS-221 database not reset on pooled connections")
|
||||
public void testSelect() {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMultiExec() throws Exception {
|
||||
byte[] key = "key".getBytes();
|
||||
|
||||
@@ -128,6 +128,10 @@ public class RjcConnectionPipelineIntegrationTests extends
|
||||
public void exceptionExecuteNative() throws Exception {
|
||||
}
|
||||
|
||||
@Ignore("DATAREDIS-221 database not reset on pooled connections")
|
||||
public void testSelect() {
|
||||
}
|
||||
|
||||
// Overrides, usually due to return values being Long vs Boolean or Set vs
|
||||
// List
|
||||
|
||||
|
||||
Reference in New Issue
Block a user