HHH-6020: marking the failing method as @FailureExpected, enabling the tests in the build
This commit is contained in:
parent
8d558505c0
commit
b84ec25b63
|
@ -29,8 +29,3 @@ sourceSets {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// temporary
|
||||
test {
|
||||
ignoreFailures = true
|
||||
}
|
|
@ -29,6 +29,7 @@ import org.hibernate.envers.test.EnversTestingJtaBootstrap;
|
|||
import org.hibernate.envers.test.Priority;
|
||||
import org.hibernate.envers.test.entities.StrTestEntity;
|
||||
import org.hibernate.envers.test.integration.reventity.ExceptionListenerRevEntity;
|
||||
import org.hibernate.testing.FailureExpected;
|
||||
import org.junit.Test;
|
||||
|
||||
import javax.persistence.EntityManager;
|
||||
|
@ -74,6 +75,7 @@ public class JtaExceptionListener extends AbstractEntityTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
@FailureExpected(jiraKey = "HHH-6020")
|
||||
public void testDataNotPersisted() throws Exception {
|
||||
tm.begin();
|
||||
|
||||
|
|
Loading…
Reference in New Issue