You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Monitoring components should use the expected runtime
555
548
assert.Equalf(ct, tc.expectedRuntimeName, compRuntime, "expected correct runtime name for monitoring component %s with id %s", comp.Name, comp.ID)
556
549
case"http/metrics-monitoring":
557
550
// The comp.VersionInfo.Name for this component is empty at times.
558
551
// See https://github.com/elastic/elastic-agent/issues/11162.
559
552
default:
560
-
// Non-monitoring components should use the default runtime
561
-
assert.Equalf(ct, string(component.DefaultRuntimeManager), compRuntime, "expected default runtime for non-monitoring component %s with id %s", comp.Name, comp.ID)
553
+
// Non-monitoring components are not controlled by the env variable
0 commit comments