diff options
Diffstat (limited to 'scripts/lib/checklayer/cases/common.py')
-rw-r--r-- | scripts/lib/checklayer/cases/common.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/lib/checklayer/cases/common.py b/scripts/lib/checklayer/cases/common.py index 51233de767..ddead69a7b 100644 --- a/scripts/lib/checklayer/cases/common.py +++ b/scripts/lib/checklayer/cases/common.py | |||
@@ -104,7 +104,6 @@ class CommonCheckLayer(OECheckLayerTestCase): | |||
104 | self.tc.layer['name']) | 104 | self.tc.layer['name']) |
105 | self.fail('\n'.join(msg)) | 105 | self.fail('\n'.join(msg)) |
106 | 106 | ||
107 | @unittest.expectedFailure | ||
108 | def test_patches_upstream_status(self): | 107 | def test_patches_upstream_status(self): |
109 | import sys | 108 | import sys |
110 | sys.path.append(os.path.join(sys.path[0], '../../../../meta/lib/')) | 109 | sys.path.append(os.path.join(sys.path[0], '../../../../meta/lib/')) |