summaryrefslogtreecommitdiffstats
path: root/testsuite/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/common.py')
-rw-r--r--testsuite/common.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/common.py b/testsuite/common.py
index c59444fad..04c446f67 100644
--- a/testsuite/common.py
+++ b/testsuite/common.py
@@ -112,9 +112,6 @@ else:
return codecs.unicode_escape_decode(s)[0]
-can_skip = True
-
-
class Bcfg2TestCase(TestCase):
""" Base TestCase class that inherits from
:class:`unittest.TestCase`. This class adds