Skip to content

Commit 49a0fce

Browse files
e2e/monitoring: Fix test not waiting for monitoring component (#2487)
Signed-off-by: Ram Lavi <[email protected]> Co-authored-by: Ram Lavi <[email protected]>
1 parent 33115da commit 49a0fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/monitoring/rules_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var _ = Context("Prometheus Rules", func() {
3030
MacvtapCni: &cnao.MacvtapCni{},
3131
}
3232
CreateConfig(gvk, configSpec)
33-
components := []Component{MacvtapComponent}
33+
components := []Component{MacvtapComponent, MonitoringComponent}
3434
CheckConfigComponents(gvk, components)
3535
CheckConfigCondition(gvk, ConditionAvailable, ConditionTrue, 15*time.Minute, CheckDoNotRepeat)
3636
CheckConfigCondition(gvk, ConditionProgressing, ConditionFalse, CheckImmediately, CheckDoNotRepeat)

0 commit comments

Comments
 (0)