Skip to content

Commit

Permalink
HHH-18384 Removing @FailureExpected annotation from test case
Browse files Browse the repository at this point in the history
  • Loading branch information
cigaly committed Dec 2, 2024
1 parent 07e6a28 commit bb58e6f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

import org.hibernate.testing.orm.junit.DomainModel;
import org.hibernate.testing.orm.junit.DomainModelScope;
import org.hibernate.testing.orm.junit.FailureExpected;
import org.hibernate.testing.orm.junit.ServiceRegistry;
import org.hibernate.testing.orm.junit.Setting;
import org.junit.jupiter.api.Test;
Expand All @@ -40,7 +39,6 @@ void testAnnotations(DomainModelScope domainModelScope) {
@Test
@ServiceRegistry( settings = @Setting( name= MappingSettings.TRANSFORM_HBM_XML, value = "true" ) )
@DomainModel( xmlMappings = "mappings/models/hbm/joinformula/many-to-one-join-column-and-formula.xml" )
@FailureExpected( reason = "@JoinColumnsOrFormulas broken", jiraKey = "https://hibernate.atlassian.net/browse/HHH-18384" )
void testHbmXmlTransformed(DomainModelScope domainModelScope) {
verifyMapping( domainModelScope );
}
Expand Down

0 comments on commit bb58e6f

Please sign in to comment.