File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/it Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 37
37
import org .junit .AfterClass ;
38
38
import org .junit .BeforeClass ;
39
39
import org .junit .ClassRule ;
40
- import org .junit .Ignore ;
41
40
import org .junit .Test ;
42
41
import org .junit .runner .RunWith ;
43
42
import org .junit .runners .JUnit4 ;
44
43
45
- // TODO: re-enable this test
46
44
@ RunWith (JUnit4 .class )
47
- @ Ignore
48
45
public class BuiltinMetricsIT {
49
46
@ ClassRule public static TestEnvRule testEnvRule = new TestEnvRule ();
50
47
public static MetricServiceClient metricClient ;
@@ -53,7 +50,6 @@ public class BuiltinMetricsIT {
53
50
"operation_latencies" ,
54
51
"retry_count" ,
55
52
"attempt_latencies" ,
56
- "server_latencies" ,
57
53
"connectivity_error_count" ,
58
54
"application_latencies"
59
55
};
You can’t perform that action at this time.
0 commit comments