Re-nerf the clustered message persister.

This commit is contained in:
Jon Chambers
2020-08-20 11:53:48 -04:00
committed by Jon Chambers
parent 6a76afc20d
commit bfe18d1d28
2 changed files with 4 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ import com.google.protobuf.ByteString;
import io.lettuce.core.cluster.SlotHash;
import org.apache.commons.lang3.RandomStringUtils;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.whispersystems.textsecuregcm.entities.MessageProtos;
import org.whispersystems.textsecuregcm.push.PushSender;
@@ -28,6 +29,7 @@ import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
@Ignore
public class RedisClusterMessagePersisterTest extends AbstractRedisClusterTest {
private ExecutorService notificationExecutorService;