mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 08:35:13 +00:00
HHH-5233 Add @FailureExpected
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19537 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
76059f0215
commit
e1d6d7cb19
@ -13,7 +13,7 @@
|
||||
*/
|
||||
public class MoreFetchProfileTest extends TestCase{
|
||||
|
||||
//@FailureExpected( jiraKey = "HHH-5233")
|
||||
@FailureExpected( jiraKey = "HHH-5233")
|
||||
public void testFetchWithTwoOverrides() throws Exception {
|
||||
Session s = openSession( );
|
||||
s.enableFetchProfile( "customer-with-orders-and-country" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user