File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
hibernate-reactive-core/src/test/java/org/hibernate/reactive Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 1212import org .hibernate .annotations .Fetch ;
1313import org .hibernate .annotations .FetchMode ;
1414
15- import org .junit .jupiter .api .Disabled ;
1615import org .junit .jupiter .api .Test ;
1716
1817import jakarta .persistence .CascadeType ;
@@ -73,7 +72,6 @@ public void testMergeDetached(VertxTestContext context) {
7372 ) ) );
7473 }
7574
76- @ Disabled // see https://github.com/hibernate/hibernate-reactive/issues/1504
7775 @ Test
7876 public void testMergeReference (VertxTestContext context ) {
7977 Bar bar = new Bar ( "unique3" );
Original file line number Diff line number Diff line change 1313import org .hibernate .annotations .FetchMode ;
1414import org .hibernate .reactive .testing .DBSelectionExtension ;
1515
16- import org .junit .jupiter .api .Disabled ;
1716import org .junit .jupiter .api .Test ;
1817import org .junit .jupiter .api .extension .RegisterExtension ;
1918
@@ -80,7 +79,6 @@ public void testMergeDetached(VertxTestContext context) {
8079 ) ) );
8180 }
8281
83- @ Disabled // see https://github.com/hibernate/hibernate-reactive/issues/1504
8482 @ Test
8583 public void testMergeReference (VertxTestContext context ) {
8684 Bar bar = new Bar ( "unique3" );
You can’t perform that action at this time.
0 commit comments