Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
add ignore annotation for test testAlterClientQuotas
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoran10 committed Aug 3, 2023
1 parent 7b901c6 commit 97b819f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
import org.apache.pulsar.common.util.Murmur3_32Hash;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Ignore;
import org.testng.annotations.Test;


Expand Down Expand Up @@ -552,6 +553,8 @@ public void testDeleteConsumerGroupOffsets() throws Exception {
admin.topics().deletePartitionedTopic(topic, true);
}

@Ignore("\"org.apache.kafka.common.errors.UnsupportedVersionException: "
+ "The version of API is not supported.\" in testAlterClientQuotas")
@Test(timeOut = 30000)
public void testAlterClientQuotas() throws ExecutionException, InterruptedException {

Expand Down

0 comments on commit 97b819f

Please sign in to comment.