Skip to content

Commit

Permalink
Close #3013 - re-enable test with upgrade of core libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
myronkscott committed Apr 28, 2022
1 parent e90aec0 commit d19b46c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import org.junit.After;
import org.junit.Before;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Test;
import org.terracotta.testing.rules.Cluster;

Expand All @@ -53,7 +52,6 @@
import static org.hamcrest.Matchers.notNullValue;
import static org.junit.Assume.assumeThat;

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

private PersistentCacheManager cacheManager;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
</logger>
<logger name="org.terracotta.console" level="INFO">
</logger>
<logger name="com.tc.objectserver.entity.ManagedEntityImpl" level="DEBUG"/>
<include optional="true" resource="logback-ext-test.xml"/>

</configuration>

0 comments on commit d19b46c

Please sign in to comment.