File tree 1 file changed +4
-4
lines changed
tests/test-cases/Group11-Upgrade
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,12 +59,12 @@ Run Docker Checks
59
59
Should Be Equal As Integers ${rc } 0
60
60
61
61
62
- ${status } = Get State Of Github Issue 5653
63
- Run Keyword If '${status } ' == 'closed' Should Contain ${output } Exited (143)
64
- Run Keyword If '${status } ' == 'closed' Fail Exit code check below needs to be updated now that Issue #5653 has been resolved
62
+ # ${status}= Get State Of Github Issue 5653
63
+ # Run Keyword If '${status}' == 'closed' Should Contain ${output} Exited (143)
64
+ # Run Keyword If '${status}' == 'closed' Fail Exit code check below needs to be updated now that Issue #5653 has been resolved
65
65
# Disabling the precise check for error code until https://github.com/vmware/vic/issues/5653 is fixed - we can get rid of the
66
66
# conditional around the exit code check once the issue is closed
67
- # Should Contain ${output} Exited (143)
67
+ Should Contain ${output } Exited (143)
68
68
69
69
${rc } ${output } = Run And Return Rc And Output docker %{VCH-PARAMS } start vch-restart-test1
70
70
Should Be Equal As Integers ${rc } 0
You can’t perform that action at this time.
0 commit comments