From 9b7ad6ec32d3e69f21e3f1877575f5ca2a9f44d9 Mon Sep 17 00:00:00 2001 From: Andrew Schofield Date: Mon, 17 Feb 2025 07:20:35 +0000 Subject: [PATCH] MINOR: Mark testQuotaOverrideDelete as flaky (#18925) Reviewers: poorv Mittal , Chia-Ping Tsai --- core/src/test/scala/integration/kafka/api/BaseQuotaTest.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/test/scala/integration/kafka/api/BaseQuotaTest.scala b/core/src/test/scala/integration/kafka/api/BaseQuotaTest.scala index 0be3774815a..dab6c56c9a6 100644 --- a/core/src/test/scala/integration/kafka/api/BaseQuotaTest.scala +++ b/core/src/test/scala/integration/kafka/api/BaseQuotaTest.scala @@ -142,6 +142,7 @@ abstract class BaseQuotaTest extends IntegrationTestHarness { quotaTestClients.verifyConsumeThrottle(expectThrottle = true) } + @Flaky("KAFKA-18810") @ParameterizedTest(name = TestInfoUtils.TestWithParameterizedQuorumAndGroupProtocolNames) @MethodSource(Array("getTestQuorumAndGroupProtocolParametersAll")) def testQuotaOverrideDelete(quorum: String, groupProtocol: String): Unit = {