mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 06:28:04 +01:00
Temporarily disarm the actual persisting part of the message persister.
This commit is contained in:
committed by
Jon Chambers
parent
42910ebe14
commit
baf563e46d
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user