Skip to content

Commit

Permalink
[JAVA-42733]
Browse files Browse the repository at this point in the history
  • Loading branch information
panos-kakos committed Dec 20, 2024
1 parent ac56e02 commit a67a77c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@
<module>spring-reactive-kotlin</module>
<module>spring-security-kotlin</module>
<module>spring-security-kotlin-dsl</module>
<module>quarkus-modules</module>
</modules>

</profile>
Expand Down Expand Up @@ -797,7 +798,6 @@
<!-- <module>kotlin-libraries-rdbms</module> --> <!-- not a Maven module -->
<!-- <module>kotlin-multiplatform</module> --> <!-- not a Maven module -->
<!-- <module>kotlin-multiplatform-mobile</module> --> <!-- not a Maven module -->
<module>quarkus-modules</module>
</modules>
</profile>
</profiles>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ package com.baeldung.quarkus.kotlin
import io.quarkus.test.junit.QuarkusIntegrationTest
import io.restassured.RestAssured.given
import org.hamcrest.CoreMatchers.`is`
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test

@Disabled("KTLN-887")
@QuarkusIntegrationTest
class InjectResourceIntegrationTest {
@Test
Expand Down

0 comments on commit a67a77c

Please # to comment.