Configure Framework Hibernate tests as expected to fail

This commit is contained in:
Andy Wilkinson
2024-04-13 08:16:02 +01:00
parent 68b39b229f
commit 231af30d40
2 changed files with 16 additions and 0 deletions

View File

@@ -25,3 +25,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/issues/477"
}
}
}

View File

@@ -18,3 +18,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/issues/477"
}
}
}