summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/lib/oeqa/selftest/cases/sstatetests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/sstatetests.py b/meta/lib/oeqa/selftest/cases/sstatetests.py
index 96b2d115ed..3038b40021 100644
--- a/meta/lib/oeqa/selftest/cases/sstatetests.py
+++ b/meta/lib/oeqa/selftest/cases/sstatetests.py
@@ -177,7 +177,7 @@ class SStateTests(SStateBase):
177 # QA checks for this test. It may report errors otherwise. 177 # QA checks for this test. It may report errors otherwise.
178 self.append_config('ERROR_QA:remove = "version-going-backwards"') 178 self.append_config('ERROR_QA:remove = "version-going-backwards"')
179 179
180 # For not this only checks if random sstate tasks are handled correctly as a group. 180 # For now this only checks if random sstate tasks are handled correctly as a group.
181 # In the future we should add control over what tasks we check for. 181 # In the future we should add control over what tasks we check for.
182 182
183 sstate_archs_list = [] 183 sstate_archs_list = []