Skip to content

Commit a0fea5a

Browse files
committed
mux session failed test
1 parent 3025deb commit a0fea5a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/OpenTelemetryBuiltInMetricsTracerTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,6 @@ public void testNoNetworkConnection() {
343343
// Attempt count should have a failed metric point for CreateSession.
344344
assertEquals(
345345
1, getAggregatedValue(attemptCountMetricData, expectedAttributesCreateSessionFailed));
346-
// There should be no OK metric points for CreateSession.
347-
assertEquals(0, getAggregatedValue(attemptCountMetricData, expectedAttributesCreateSessionOK));
348346
}
349347

350348
private MetricData getMetricData(InMemoryMetricReader reader, String metricName) {

0 commit comments

Comments
 (0)