aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting/ci/tier_handler.py
diff options
context:
space:
mode:
Diffstat (limited to 'xtesting/ci/tier_handler.py')
-rw-r--r--xtesting/ci/tier_handler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtesting/ci/tier_handler.py b/xtesting/ci/tier_handler.py
index ce9685be..fbf28f68 100644
--- a/xtesting/ci/tier_handler.py
+++ b/xtesting/ci/tier_handler.py
@@ -99,7 +99,7 @@ class TestCase(object):
def __init__(self, name, enabled, skipped, criteria, blocking,
description="", project=""):
- # pylint: disable=too-many-arguments
+ # pylint: disable=too-many-arguments,too-many-instance-attributes
self.name = name
self.enabled = enabled
self.skipped = skipped