summaryrefslogtreecommitdiffstats
path: root/testing/framework
diff options
context:
space:
mode:
Diffstat (limited to 'testing/framework')
-rw-r--r--testing/framework/TestCommon.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/framework/TestCommon.py b/testing/framework/TestCommon.py
index b1630e5..2eeaad0 100644
--- a/testing/framework/TestCommon.py
+++ b/testing/framework/TestCommon.py
@@ -785,10 +785,6 @@ class TestCommon(TestCmd):
sys.stdout.flush()
pass_skips = os.environ.get('TESTCOMMON_PASS_SKIPS')
if pass_skips in [None, 0, '0']:
- # skip=1 means skip this function when showing where this
- # result came from. They only care about the line where the
- # script called test.skip_test(), not the line number where
- # we call test.no_result().
if from_fw:
self.no_result(skip=2)
else: