Skip to content

Commit

Permalink
KAFKA-14132; Replace EasyMock with Mockito ConnectorsResourceTest (ap…
Browse files Browse the repository at this point in the history
…ache#12725)

Reviewers: Chris Egerton <[email protected]>
  • Loading branch information
mdedetrich authored Nov 1, 2022
1 parent 98bf375 commit 9ab140d
Show file tree
Hide file tree
Showing 2 changed files with 306 additions and 502 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ subprojects {
testsToExclude.addAll([
// connect tests
"**/ConnectorPluginsResourceTest.*",
"**/ConnectorsResourceTest.*", "**/DistributedHerderTest.*", "**/FileOffsetBakingStoreTest.*",
"**/DistributedHerderTest.*", "**/FileOffsetBakingStoreTest.*",
"**/ErrorHandlingTaskTest.*", "**/KafkaConfigBackingStoreTest.*", "**/KafkaOffsetBackingStoreTest.*",
"**/KafkaBasedLogTest.*", "**/OffsetStorageWriterTest.*", "**/StandaloneHerderTest.*",
"**/SourceTaskOffsetCommitterTest.*",
Expand Down
Loading

0 comments on commit 9ab140d

Please sign in to comment.