Skip to content

Commit

Permalink
reintroduce broker latency reporter test
Browse files Browse the repository at this point in the history
  • Loading branch information
moscicky committed Feb 29, 2024
1 parent d995b81 commit b55c904
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import jakarta.ws.rs.client.ClientBuilder;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Order;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;
Expand Down Expand Up @@ -54,9 +53,7 @@ public static void tearDown() {
frontend.stop();
}

//TODO: enable after adding back broker latency reporter
@Test
@Disabled("enable after adding back broker latency reporter")
public void shouldReportBrokerLatencyMetrics() {
// given
Topic topic = management.initHelper().createTopic(topicWithRandomName().build());
Expand Down

0 comments on commit b55c904

Please sign in to comment.