Remove @FailureExpected from ArrayTests

This commit is contained in:
Andrea Boriero 2020-03-05 08:59:43 +00:00
parent 23f2cc584b
commit a7ecba4f5b
1 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ import javax.persistence.Table;
import org.hibernate.query.spi.QueryImplementor;
import org.hibernate.testing.orm.junit.DomainModel;
import org.hibernate.testing.orm.junit.FailureExpected;
import org.hibernate.testing.orm.junit.ServiceRegistry;
import org.hibernate.testing.orm.junit.SessionFactory;
import org.hibernate.testing.orm.junit.SessionFactoryScope;
@ -28,7 +27,6 @@ import static org.hamcrest.MatcherAssert.assertThat;
@SessionFactory
public class ArrayTests {
@FailureExpected
@Test
public void basicTest(SessionFactoryScope scope) {
scope.inTransaction(