1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

Remove span check when testing returned error (#2411)

This commit is contained in:
Tyler Yahn
2021-11-22 09:40:32 -08:00
committed by GitHub
parent 94367b53b4
commit da3fc12347
@@ -350,7 +350,6 @@ func TestExportSpansTimeoutHonored(t *testing.T) {
close(exportBlock)
require.Equal(t, codes.DeadlineExceeded, status.Convert(err).Code())
require.Len(t, mc.getSpans(), 0)
}
func TestNew_withInvalidSecurityConfiguration(t *testing.T) {