Merge branch '3.2.x'

This commit is contained in:
Andy Wilkinson
2024-05-23 14:08:28 +01:00

View File

@@ -20,3 +20,11 @@ dependencies {
appTestImplementation(project(":aot-smoke-test-support"))
appTestImplementation("org.awaitility:awaitility:4.2.0")
}
aotSmokeTest {
nativeTest {
expectedToFail {
becauseOf "https://github.com/graalvm/native-build-tools/issues/598"
}
}
}