File tree 2 files changed +0
-4
lines changed
hibernate-reactive-core/src/test/java/org/hibernate/reactive
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 12
12
import org .hibernate .annotations .Fetch ;
13
13
import org .hibernate .annotations .FetchMode ;
14
14
15
- import org .junit .jupiter .api .Disabled ;
16
15
import org .junit .jupiter .api .Test ;
17
16
18
17
import jakarta .persistence .CascadeType ;
@@ -73,7 +72,6 @@ public void testMergeDetached(VertxTestContext context) {
73
72
) ) );
74
73
}
75
74
76
- @ Disabled // see https://github.com/hibernate/hibernate-reactive/issues/1504
77
75
@ Test
78
76
public void testMergeReference (VertxTestContext context ) {
79
77
Bar bar = new Bar ( "unique3" );
Original file line number Diff line number Diff line change 13
13
import org .hibernate .annotations .FetchMode ;
14
14
import org .hibernate .reactive .testing .DBSelectionExtension ;
15
15
16
- import org .junit .jupiter .api .Disabled ;
17
16
import org .junit .jupiter .api .Test ;
18
17
import org .junit .jupiter .api .extension .RegisterExtension ;
19
18
@@ -80,7 +79,6 @@ public void testMergeDetached(VertxTestContext context) {
80
79
) ) );
81
80
}
82
81
83
- @ Disabled // see https://github.com/hibernate/hibernate-reactive/issues/1504
84
82
@ Test
85
83
public void testMergeReference (VertxTestContext context ) {
86
84
Bar bar = new Bar ( "unique3" );
You can’t perform that action at this time.
0 commit comments