Skip to content

Commit d19b46c

Browse files
author
Myron Scott
committed
Close #3013 - re-enable test with upgrade of core libraries
1 parent e90aec0 commit d19b46c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

clustered/integration-test/src/test/java/org/ehcache/clustered/replication/DuplicateTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import org.junit.After;
3232
import org.junit.Before;
3333
import org.junit.ClassRule;
34-
import org.junit.Ignore;
3534
import org.junit.Test;
3635
import org.terracotta.testing.rules.Cluster;
3736

@@ -53,7 +52,6 @@
5352
import static org.hamcrest.Matchers.notNullValue;
5453
import static org.junit.Assume.assumeThat;
5554

56-
@Ignore("https://github.com/ehcache/ehcache3/issues/3013")
5755
public class DuplicateTest {
5856

5957
private PersistentCacheManager cacheManager;

clustered/integration-test/src/test/resources/tc-logback.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
</logger>
2828
<logger name="org.terracotta.console" level="INFO">
2929
</logger>
30+
<logger name="com.tc.objectserver.entity.ManagedEntityImpl" level="DEBUG"/>
3031
<include optional="true" resource="logback-ext-test.xml"/>
3132

3233
</configuration>

0 commit comments

Comments
 (0)