Skip to content

Commit

Permalink
Revert "[#1791] Disable CascadeTest#testCascade"
Browse files Browse the repository at this point in the history
This reverts commit 58e2b10.
  • Loading branch information
DavideD committed Jan 12, 2024
1 parent 172126a commit f2956ae
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 Vert.x 4.4 (it works with Vert.x 4.5)")
@Test
public void testCascade(VertxTestContext context) {

Expand Down

0 comments on commit f2956ae

Please sign in to comment.