move remaining tests from o.h.test to o.h.orm.test

This commit is contained in:
Steve Ebersole 2022-01-26 23:16:16 -06:00
parent d3c38f2a8e
commit 31bc14979b
1 changed files with 2 additions and 0 deletions

View File

@ -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();