Update failure expectations for Flyway

This commit is contained in:
Andy Wilkinson
2024-11-06 08:28:50 +00:00
parent 73a10660d8
commit db77a7bf87

View File

@@ -16,3 +16,11 @@ dependencies {
appTestImplementation(project(":aot-smoke-test-support"))
appTestImplementation("org.awaitility:awaitility:4.2.0")
}
aotSmokeTest {
nativeAppTest {
expectedToFail {
becauseOf "https://github.com/oracle/graalvm-reachability-metadata/pull/560"
}
}
}