Skip to content

Commit

Permalink
test: fix metrics integration test, remove the server latency since t…
Browse files Browse the repository at this point in the history
…his field… (#1377)

* fix: fix integration test, remove the server latency since this field may not exist

* format code
  • Loading branch information
mutianf authored Sep 2, 2022
1 parent 4174f0d commit b3cc7f0
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,11 @@
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;

// TODO: re-enable this test
@RunWith(JUnit4.class)
@Ignore
public class BuiltinMetricsIT {
@ClassRule public static TestEnvRule testEnvRule = new TestEnvRule();
public static MetricServiceClient metricClient;
Expand All @@ -53,7 +50,6 @@ public class BuiltinMetricsIT {
"operation_latencies",
"retry_count",
"attempt_latencies",
"server_latencies",
"connectivity_error_count",
"application_latencies"
};
Expand Down

0 comments on commit b3cc7f0

Please sign in to comment.