Skip to content

Commit a69eac4

Browse files
committed
Disable RegisterForReflectionTestCase on Semeru
1 parent 6265553 commit a69eac4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration-tests/main/src/test/java/io/quarkus/it/main/RegisterForReflectionTestCase.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
import org.junit.jupiter.api.Test;
77

8+
import io.quarkus.test.junit.DisabledOnSemeru;
89
import io.quarkus.test.junit.QuarkusTest;
910
import io.restassured.RestAssured;
1011

@@ -53,6 +54,7 @@ public void testTargetWithoutNested() {
5354
}
5455

5556
@Test
57+
@DisabledOnSemeru(reason = "The lambda name will be empty on Semeru. As there's little chance we will use Semeru to build a native executable, we can skip this test.")
5658
public void testLambdaCapturing() {
5759
final String resourceLambda = BASE_PKG + ".ResourceLambda";
5860

0 commit comments

Comments
 (0)