Mark tests that use Kafka Streams as expected to fail

This commit is contained in:
Andy Wilkinson
2025-03-12 08:15:22 +00:00
parent bcc81f9d10
commit 6707e3ef60
2 changed files with 16 additions and 0 deletions

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/spring-projects/spring-kafka/issues/3787"
}
}
}

View File

@@ -17,3 +17,11 @@ dependencies {
appTestImplementation(project(":aot-smoke-test-support"))
appTestImplementation("org.awaitility:awaitility:4.2.0")
}
aotSmokeTest {
nativeAppTest {
expectedToFail {
becauseOf "https://github.com/spring-projects/spring-kafka/issues/3787"
}
}
}