Revert "HHH-18543 Skip GenericCompositeUserTypeTest for JVM OpenJ9"
This reverts commit 7e4df3f805
.
This commit is contained in:
parent
d8ad674e7f
commit
c181e1913e
|
@ -5,7 +5,6 @@ import org.hibernate.testing.orm.junit.DomainModel;
|
|||
import org.hibernate.testing.orm.junit.SessionFactory;
|
||||
import org.hibernate.testing.orm.junit.SessionFactoryScope;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
|
||||
|
||||
|
||||
@JiraKey(value = "HHH-17019")
|
||||
|
@ -18,7 +17,6 @@ import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
|
|||
public class GenericCompositeUserTypeTest {
|
||||
|
||||
@Test
|
||||
@DisabledIfSystemProperty(named = "java.vm.name", matches = "\\b.*OpenJ9.*\\b", disabledReason = "https://github.com/eclipse-openj9/openj9/issues/19369")
|
||||
public void hhh17019Test(SessionFactoryScope scope) {
|
||||
scope.inTransaction( session -> {
|
||||
EnumPlaceholder<Weekdays, Weekdays> placeholder = new EnumPlaceholder<>( Weekdays.MONDAY, Weekdays.SUNDAY );
|
||||
|
|
Loading…
Reference in New Issue