mirror of https://github.com/apache/kafka.git
MINOR: Fix the failure in streams:testAll (#18303)
Currently, the command ./gradlew :streams:testAll as suggested in README is failing with an error. Following this commit, the command is able to pass and start running the tests in streams suite. Reviewers: Chia-Ping Tsai <chia7712@gmail.com>, Lucas Brutschy <lbrutschy@confluent.io>
This commit is contained in:
parent
2e1134284c
commit
de7a75a978
|
@ -2766,7 +2766,7 @@ project(':streams') {
|
|||
task testAll(
|
||||
dependsOn: [
|
||||
':streams:test',
|
||||
':streams:integration-tests',
|
||||
':streams:integration-tests:test',
|
||||
':streams:test-utils:test',
|
||||
':streams:streams-scala:test',
|
||||
':streams:upgrade-system-tests-0110:test',
|
||||
|
|
Loading…
Reference in New Issue