You've already forked opentelemetry-go
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user