Mark tests that use Kafka Streams as expected to fail
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user