Skip to content

Commit

Permalink
HSEARCH-4783 Stop testing one-to-one association in dynamic-map entit…
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Jan 27, 2023
1 parent a2bc964 commit 760737d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
import org.hibernate.search.util.impl.integrationtest.mapper.orm.OrmSetupHelper;
import org.hibernate.search.util.impl.test.annotation.TestForIssue;

import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;

Expand Down Expand Up @@ -649,6 +650,7 @@ public void basic_list() {
}

@Test
@Ignore("toone associations are buggy in dynamic-map mode -- see https://hibernate.atlassian.net/browse/HHH-16100")
public void toOne() {
String hbmPath = "/DynamicMapBaseIT/toone.hbm.xml";
String bookTypeName = "Book";
Expand Down

0 comments on commit 760737d

Please sign in to comment.