diff --git a/tests/test-cases/Group11-Upgrade/11-01-Upgrade.robot b/tests/test-cases/Group11-Upgrade/11-01-Upgrade.robot index 388ef822e7..5078a77a6c 100644 --- a/tests/test-cases/Group11-Upgrade/11-01-Upgrade.robot +++ b/tests/test-cases/Group11-Upgrade/11-01-Upgrade.robot @@ -71,9 +71,9 @@ Run Docker Checks ${rc} ${output}= Run And Return Rc And Output docker %{VCH-PARAMS} ps -a Should Be Equal As Integers ${rc} 0 - ${status}= Get State Of Github Issue 7534 - Run Keyword If '${status}' == 'closed' Fail Exit code check below needs to be updated now that Issue #7534 has been resolved - #Should Not Contain ${output} Exited (0) + # ${status}= Get State Of Github Issue 7534 + # Run Keyword If '${status}' == 'closed' Fail Exit code check below needs to be updated now that Issue #7534 has been resolved + Should Not Contain ${output} Exited (0) # Check that rename works on a container from a VCH that supports rename ${rc} ${output}= Run And Return Rc And Output docker %{VCH-PARAMS} pull ${busybox}