Skip to content

Commit

Permalink
Merge pull request quarkusio#22625 from rsvoboda/hibernate-orm-panach…
Browse files Browse the repository at this point in the history
…e-kotlin.native
  • Loading branch information
gastaldi authored Jan 4, 2022
2 parents bb64a36 + cb319dd commit 55c0520
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ import org.junit.jupiter.api.Disabled
* Test various Panache operations running in native mode
*/
@QuarkusIntegrationTest
@Disabled("Fails on GraalVM 20.1")
class KotlinPanacheFunctionalityInGraalITCase : KotlinPanacheFunctionalityTest()
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ open class KotlinPanacheFunctionalityTest {
}

@Test
@DisabledOnNativeImage
fun entityManagerIsInjected() {
assertNotNull(Dog.getEntityManager())
}
Expand Down

0 comments on commit 55c0520

Please sign in to comment.