Skip to content

Commit

Permalink
Add Tags for conditional test.
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenchickenlove committed Oct 15, 2024
1 parent 1d9f7b9 commit e418b10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

import org.apache.kafka.clients.producer.ProducerConfig;
import org.apache.kafka.common.serialization.StringSerializer;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;

import org.springframework.beans.factory.annotation.Autowired;
Expand Down Expand Up @@ -68,6 +69,7 @@
* @since 3.3.0
*/

@Tag("async-retry-flaky-test")
@SpringJUnitConfig
@DirtiesContext
@EmbeddedKafka
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

import org.apache.kafka.clients.producer.ProducerConfig;
import org.apache.kafka.common.serialization.StringSerializer;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;

import org.springframework.beans.factory.annotation.Autowired;
Expand Down Expand Up @@ -69,6 +70,7 @@
* @since 3.3.0
*/

@Tag("async-retry-flaky-test")
@SpringJUnitConfig
@DirtiesContext
@EmbeddedKafka
Expand Down

0 comments on commit e418b10

Please sign in to comment.