Skip to content

Commit b3cc7f0

Browse files
authored
test: fix metrics integration test, remove the server latency since this field… (#1377)
* fix: fix integration test, remove the server latency since this field may not exist * format code
1 parent 4174f0d commit b3cc7f0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/it/BuiltinMetricsIT.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,11 @@
3737
import org.junit.AfterClass;
3838
import org.junit.BeforeClass;
3939
import org.junit.ClassRule;
40-
import org.junit.Ignore;
4140
import org.junit.Test;
4241
import org.junit.runner.RunWith;
4342
import org.junit.runners.JUnit4;
4443

45-
// TODO: re-enable this test
4644
@RunWith(JUnit4.class)
47-
@Ignore
4845
public class BuiltinMetricsIT {
4946
@ClassRule public static TestEnvRule testEnvRule = new TestEnvRule();
5047
public static MetricServiceClient metricClient;
@@ -53,7 +50,6 @@ public class BuiltinMetricsIT {
5350
"operation_latencies",
5451
"retry_count",
5552
"attempt_latencies",
56-
"server_latencies",
5753
"connectivity_error_count",
5854
"application_latencies"
5955
};

0 commit comments

Comments
 (0)