mirror of https://github.com/apache/kafka.git
MINOR: Mark testQuotaOverrideDelete as flaky (#18925)
Reviewers: poorv Mittal <apoorvmittal10@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
d1db3d8e14
commit
9b7ad6ec32
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue