Fix test failing on MariaDB
This commit is contained in:
parent
7f983adb50
commit
bff9e2e450
|
@ -207,4 +207,9 @@ public class CachedMutableNaturalIdStrictReadWriteTest extends
|
||||||
session.getTransaction().commit();
|
session.getTransaction().commit();
|
||||||
session.clear();
|
session.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected boolean isCleanupTestDataRequired() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue