We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737f130 commit febfee2Copy full SHA for febfee2
clustered/integration-test/src/test/java/org/ehcache/clustered/replication/DuplicateTest.java
@@ -31,7 +31,6 @@
31
import org.junit.After;
32
import org.junit.Before;
33
import org.junit.ClassRule;
34
-import org.junit.Ignore;
35
import org.junit.Test;
36
import org.terracotta.testing.rules.Cluster;
37
@@ -53,7 +52,6 @@
53
52
import static org.hamcrest.Matchers.notNullValue;
54
import static org.junit.Assume.assumeThat;
55
56
-@Ignore("https://github.com/ehcache/ehcache3/issues/3013")
57
public class DuplicateTest {
58
59
private PersistentCacheManager cacheManager;
0 commit comments