Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/391#discussion_r32393309 --- Diff: test/integration/component/test_browse_volumes.py --- @@ -2028,6 +2028,10 @@ def test_01_Browser_volume_Life_cycle_tpath(self): """ Test Browser_volume_Life_cycle - This includes upload volume,attach to a VM, write data ,Stop ,Start, Reboot,Reset of a VM, detach,attach back to the VM, delete volumes """ + if self.hypervisor.lower() == 'hyperv': --- End diff -- Can we skip only the resize volume test case with if condition and run test case for other operations?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---