File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
cmd/otel-allocator/internal/watcher Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -952,7 +952,6 @@ func TestLoadConfig(t *testing.T) {
952952}
953953
954954func TestNamespaceLabelUpdate (t * testing.T ) {
955- t .Skip ("Flaky test, see https://github.com/open-telemetry/opentelemetry-operator/issues/4417" )
956955 var err error
957956 namespace := "test"
958957 portName := "web"
@@ -1066,10 +1065,10 @@ func TestNamespaceLabelUpdate(t *testing.T) {
10661065
10671066 assert .EventuallyWithT (t , func (collect * assert.CollectT ) {
10681067 got , err = w .LoadConfig (context .Background ())
1069- assert .NoError (t , err )
1068+ assert .NoError (collect , err )
10701069
10711070 sanitizeScrapeConfigsForTest (got .ScrapeConfigs )
1072- assert .Equal (t , want_after .ScrapeConfigs , got .ScrapeConfigs )
1071+ assert .Equal (collect , want_after .ScrapeConfigs , got .ScrapeConfigs )
10731072 }, time .Second * 60 , time .Millisecond * 100 )
10741073}
10751074
You can’t perform that action at this time.
0 commit comments