Skip to content

Commit

Permalink
[#1752] enable SubselectFetchTest
Browse files Browse the repository at this point in the history
  • Loading branch information
blafond authored and DavideD committed Sep 11, 2023
1 parent 02131b0 commit 1b32686
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import org.hibernate.annotations.FetchMode;

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

import io.vertx.junit5.Timeout;
Expand Down Expand Up @@ -43,7 +42,6 @@
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;

@Disabled // see https://github.com/hibernate/hibernate-reactive/issues/1502
@Timeout(value = 10, timeUnit = MINUTES)
public class SubselectFetchTest extends BaseReactiveTest {

Expand Down

0 comments on commit 1b32686

Please sign in to comment.