Reactivate the message notification experiment.

This commit is contained in:
Jon Chambers
2020-08-19 10:47:48 -04:00
committed by Jon Chambers
parent 0f71cc7864
commit af34b43a8d
2 changed files with 2 additions and 5 deletions

View File

@@ -3,7 +3,6 @@ package org.whispersystems.textsecuregcm.storage;
import io.lettuce.core.cluster.SlotHash;
import junitparams.Parameters;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import java.nio.charset.StandardCharsets;
@@ -104,7 +103,6 @@ public class RedisClusterMessagesCacheTest extends AbstractMessagesCacheTest {
}
@Test(timeout = 5_000L)
@Ignore
public void testNotifyListenerNewMessage() throws InterruptedException {
final AtomicBoolean notified = new AtomicBoolean(false);
final UUID messageGuid = UUID.randomUUID();
@@ -136,7 +134,6 @@ public class RedisClusterMessagesCacheTest extends AbstractMessagesCacheTest {
}
@Test(timeout = 5_000L)
@Ignore
public void testNotifyListenerPersisted() throws InterruptedException {
final AtomicBoolean notified = new AtomicBoolean(false);