Skip to content

Commit

Permalink
Revert "Ignore incorrect warnings related to HHH-18112"
Browse files Browse the repository at this point in the history
This reverts commit 0addc19.
  • Loading branch information
yrodiere committed May 16, 2024
1 parent 301d3e2 commit e2b5d35
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import static org.assertj.core.api.Assertions.assertThat;

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

import io.quarkus.test.LogCollectingTestResource;
Expand All @@ -20,11 +19,6 @@
* hence the lack of a corresponding native mode test.
*/
@QuarkusTest
// Temporarily ignore this test:
// See https://hibernate.atlassian.net/browse/HHH-18112
// See https://hibernate.zulipchat.com/#narrow/stream/132094-hibernate-orm-dev/topic/6.2E5.2E1.20in.20Quarkus
// TODO remove this once we upgrade to ORM 6.5.2
@Disabled
@QuarkusTestResource(value = LogCollectingTestResource.class, restrictToAnnotatedClass = true, initArgs = {
@ResourceArg(name = LogCollectingTestResource.LEVEL, value = "WARNING"),
@ResourceArg(name = LogCollectingTestResource.INCLUDE, value = "org\\.hibernate\\..*"),
Expand Down

0 comments on commit e2b5d35

Please sign in to comment.