Skip to content

Commit 1550199

Browse files
author
Daan Hoogland
committed
move tests that fail on all platforms out of the way
1 parent abd7737 commit 1550199

38 files changed

+932
-904
lines changed

test/integration/component/maint/test_escalation_templates.py renamed to test/integration/broken/maint/test_escalation_templates.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,8 @@ def setUpClass(cls):
8888

8989
@classmethod
9090
def tearDownClass(cls):
91-
try:
92-
# Cleanup resources used
93-
cleanup_resources(cls.apiclient, cls.cleanup)
91+
super(TestlistTemplates, cls).tearDownClass()
9492

95-
except Exception as e:
96-
raise Exception("Warning: Exception during cleanup : %s" % e)
97-
return
9893
def RestartServers(self):
9994
""" Restart management server and usage server """
10095

0 commit comments

Comments
 (0)