Skip to content

Commit

Permalink
Expect Flyway tests to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Nov 18, 2024
1 parent 511c2ce commit 70d8242
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions boot/flyway/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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/571"
}
}
}

0 comments on commit 70d8242

Please sign in to comment.