Temporarily disarm the actual persisting part of the message persister.

This commit is contained in:
Jon Chambers
2020-07-30 16:06:33 -04:00
committed by Jon Chambers
parent 42910ebe14
commit baf563e46d
2 changed files with 4 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ package org.whispersystems.textsecuregcm.storage;
import com.google.protobuf.ByteString;
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;
@@ -27,6 +28,7 @@ import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
@Ignore
public class RedisClusterMessagePersisterTest {
private RedisClusterMessagesCache messagesCache;