Skip to content

Commit

Permalink
[#1504] Re-enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Jul 5, 2023
1 parent f65cdec commit 4e0e548
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import org.hibernate.annotations.Fetch;
import org.hibernate.annotations.FetchMode;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import jakarta.persistence.CascadeType;
Expand Down Expand Up @@ -73,7 +72,6 @@ public void testMergeDetached(VertxTestContext context) {
) ) );
}

@Disabled // see https://github.com/hibernate/hibernate-reactive/issues/1504
@Test
public void testMergeReference(VertxTestContext context) {
Bar bar = new Bar( "unique3" );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import org.hibernate.annotations.FetchMode;
import org.hibernate.reactive.testing.DBSelectionExtension;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;

Expand Down Expand Up @@ -80,7 +79,6 @@ public void testMergeDetached(VertxTestContext context) {
) ) );
}

@Disabled // see https://github.com/hibernate/hibernate-reactive/issues/1504
@Test
public void testMergeReference(VertxTestContext context) {
Bar bar = new Bar( "unique3" );
Expand Down

0 comments on commit 4e0e548

Please sign in to comment.