[JAVA-32540] Change the Kafka test to Manual type (#16193)

This commit is contained in:
Harry9656 2024-03-22 16:19:54 +01:00 committed by GitHub
parent 5af9f37ed2
commit 8095c35738
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import org.springframework.test.context.ActiveProfiles;
topics = {"payments-fail-on-error-dlt", "payments-retry-on-error-dlt", "payments-no-dlt"}
)
@ActiveProfiles("dlt")
public class KafkaDltIntegrationTest {
public class KafkaDltManualTest {
private static final String FAIL_ON_ERROR_TOPIC = "payments-fail-on-error-dlt";
private static final String RETRY_ON_ERROR_TOPIC = "payments-retry-on-error-dlt";
private static final String NO_DLT_TOPIC = "payments-no-dlt";