File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
clustered/integration-test/src/test
java/org/ehcache/clustered/replication Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 3131import org .junit .After ;
3232import org .junit .Before ;
3333import org .junit .ClassRule ;
34- import org .junit .Ignore ;
3534import org .junit .Test ;
3635import org .terracotta .testing .rules .Cluster ;
3736
5352import static org .hamcrest .Matchers .notNullValue ;
5453import static org .junit .Assume .assumeThat ;
5554
56- @ Ignore ("https://github.com/ehcache/ehcache3/issues/3013" )
5755public class DuplicateTest {
5856
5957 private PersistentCacheManager cacheManager ;
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments