Merge branch '3.3.x'

This commit is contained in:
Andy Wilkinson
2024-08-22 10:37:33 +01:00
4 changed files with 1 additions and 21 deletions

View File

@@ -22,9 +22,4 @@ dependencies {
aotSmokeTest {
webApplication = true
nativeAppTest {
expectedToFail {
becauseOf "https://github.com/oracle/graalvm-reachability-metadata/pull/495"
}
}
}

View File

@@ -27,14 +27,4 @@ dependencies {
aotSmokeTest {
webApplication = true
nativeAppTest {
expectedToFail {
becauseOf "https://github.com/oracle/graalvm-reachability-metadata/pull/495"
}
}
nativeTest {
expectedToFail {
becauseOf "https://github.com/oracle/graalvm-reachability-metadata/pull/495"
}
}
}