Configure failure expectations due to breaking change in Jetty 12.0.9

This commit is contained in:
Andy Wilkinson
2024-05-17 11:08:44 +01:00
parent 62070203c4
commit 1fd40817bb
3 changed files with 20 additions and 0 deletions

View File

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

View File

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

View File

@@ -27,4 +27,14 @@ 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"
}
}
}