Skip to content

Commit

Permalink
Expect Flyway tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Dec 9, 2024
1 parent cab73ab commit d73c5b7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions boot/flyway/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,3 @@ 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 d73c5b7

Please sign in to comment.