Skip to content

Commit

Permalink
Remove @FailureExpected from ArrayTests
Browse files Browse the repository at this point in the history
  • Loading branch information
dreab8 committed Mar 9, 2020
1 parent 23f2cc5 commit a7ecba4
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -9,7 +9,6 @@
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;
Expand All @@ -28,7 +27,6 @@
@SessionFactory
public class ArrayTests {

@FailureExpected
@Test
public void basicTest(SessionFactoryScope scope) {
scope.inTransaction(
Expand Down

0 comments on commit a7ecba4

Please sign in to comment.