move remaining tests from o.h.test to o.h.orm.test
This commit is contained in:
parent
d3c38f2a8e
commit
31bc14979b
|
@ -245,6 +245,8 @@ public class CMTTest extends BaseNonConfigCoreFunctionalTestCase {
|
|||
value = DialectChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck.class,
|
||||
comment = "write locks block readers"
|
||||
)
|
||||
@NotImplementedYet( reason = "Second-level cache statistics" )
|
||||
@FailureExpected( jiraKey = "n/a" )
|
||||
public void testConcurrentCachedDirtyQueries() throws Exception {
|
||||
TestingJtaPlatformImpl.INSTANCE.getTransactionManager().begin();
|
||||
Session s = openSession();
|
||||
|
|
Loading…
Reference in New Issue