Chore: Make test tracer noop and return no errors (#50797)
This commit is contained in:
@@ -390,10 +390,7 @@ type testContext struct {
|
||||
}
|
||||
|
||||
func setup(wideFrames bool) *testContext {
|
||||
tracer, err := tracing.InitializeTracerForTest()
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
tracer := tracing.InitializeTracerForTest()
|
||||
httpProvider := &fakeHttpClientProvider{
|
||||
opts: sdkhttpclient.Options{
|
||||
Timeouts: &sdkhttpclient.DefaultTimeoutOptions,
|
||||
|
||||
Reference in New Issue
Block a user