Skip to content

Commit

Permalink
Revert "[#1834] Disable CascadeTest#testCascade"
Browse files Browse the repository at this point in the history
This reverts commit 3678c22.
  • Loading branch information
DavideD committed Jan 16, 2024
1 parent 50f1c7a commit a584045
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import org.hibernate.cfg.Configuration;

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

import io.vertx.junit5.Timeout;
Expand Down Expand Up @@ -81,7 +80,6 @@ public void testQuery(VertxTestContext context) {
);
}

@Disabled("It doesn't work with Hibernate ORM >= 6.2.14.Final and Vert.x 4.4 (Everything works fine with Vert.x 4.5)")
@Test
public void testCascade(VertxTestContext context) {

Expand Down

0 comments on commit a584045

Please sign in to comment.