Skip to content

Commit

Permalink
KAFKA-16223 Migrate KafkaConfigBackingStoreTest to Mockito (#16126)
Browse files Browse the repository at this point in the history
Reviewers: Chia-Ping Tsai <[email protected]>
  • Loading branch information
johnnychhsu authored Jun 6, 2024
1 parent c01279b commit 271a1b4
Show file tree
Hide file tree
Showing 3 changed files with 1,482 additions and 1,848 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,6 @@ subprojects {
if (JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_16)) {
testsToExclude.addAll([
// connect tests
"**/KafkaConfigBackingStoreTest.*"
])
}

Expand Down
Loading

0 comments on commit 271a1b4

Please sign in to comment.