vishesh92 commented on code in PR #9415: URL: https://github.com/apache/cloudstack/pull/9415#discussion_r1712980545
########## test/integration/component/test_advancedsg_networks.py: ########## @@ -169,6 +171,26 @@ def setUpClass(cls): # Get Zone, Domain and templates cls.domain = get_domain(cls.api_client) cls.zone = get_zone(cls.api_client, cls.testClient.getZoneForTests()) + if cls.zone.securitygroupsenabled is False: Review Comment: As of now these tests take around 20 minutes. Let me see what all tests we can disable and move this file to smoke tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org