Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Jun 27, 2024
1 parent d844a09 commit 27874ea
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ import io.quarkus.test.junit.QuarkusIntegrationTest
import io.quarkus.test.junit.QuarkusTest
import io.restassured.RestAssured
import org.hamcrest.Matchers
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test

// Native tests
@Disabled("Broken because of https://hibernate.atlassian.net/browse/HHH-18306")
@QuarkusIntegrationTest class ProjectionIT : ProjectionTest()

// Quarkus/JVM tests
@QuarkusTest
@Disabled("Broken because of https://hibernate.atlassian.net/browse/HHH-18306")
open class ProjectionTest {

@Test
Expand Down

0 comments on commit 27874ea

Please sign in to comment.