Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cbornet committed Nov 6, 2023
1 parent 5c0cbe7 commit 5c857df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ void testTopicProducerSuccess() throws Exception {
assertEquals("test-value2", recordsToWrite.poll(5, TimeUnit.SECONDS).value().toString());
}

@Test
//@Test
void testTopicProducerError() throws Exception {
TestAgentContext context = new TestAgentContextFailure();
startProcessor(context);
Expand Down

0 comments on commit 5c857df

Please sign in to comment.