Github user pritisarap12 commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/481#discussion_r33328911
  
    --- Diff: test/integration/testpaths/testpath_snapshot_limits.py ---
    @@ -115,32 +115,51 @@ def tearDownClass(cls):
                 raise Exception("Warning: Exception during cleanup : %s" % e)
     
         def setUp(self):
    +        if not self.snapshotSupported:
    +            self.skipTest(
    +                "Snapshots are not supported on %s" %
    +                self.hypervisor)
    +
             self.apiclient = self.testClient.getApiClient()
             self.dbclient = self.testClient.getDbConnection()
             self.cleanup = []
    --- End diff --
    
    Updated testpath as per the review comment.


---
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.
---

Reply via email to