Skip to content

Commit eeb7ab4

Browse files
authored
Test fix for VCreboot : PR-3591504 (#3646)
1 parent e3565a2 commit eeb7ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6930,7 +6930,7 @@ func checkVcServicesHealthPostReboot(ctx context.Context, host string, timeout .
69306930

69316931
//list of default stopped services in VC
69326932
var defaultStoppedServicesList = []string{"vmcam", "vmware-imagebuilder", "vmware-netdumper",
6933-
"vmware-perfcharts", "vmware-rbd-watchdog", "vmware-vcha"}
6933+
"vmware-rbd-watchdog", "vmware-vcha"}
69346934
waitErr := wait.PollUntilContextTimeout(ctx, pollTimeoutShort, pollTime, true,
69356935
func(ctx context.Context) (bool, error) {
69366936
var pendingServiceslist []string

0 commit comments

Comments
 (0)