[v3,20/20] testsuite: Remove SstateTest from full testsuite

Message ID 20260123082501.240751-21-wzh@ilbers.de
State Under Review
Headers show
Series Various improvements to the testsuite | expand

Commit Message

Zhihang Wei Jan. 23, 2026, 8:25 a.m. UTC
The SstateTest uses a different directory than other test cases and
fails after "testsuite: fix SignatureTest by avoiding absolute path in
bblayers". Since sstate is used heavily and has lower priotity on
testing, we remove SstateTest from full right now.

Signed-off-by: Zhihang Wei <wzh@ilbers.de>
---
 testsuite/citest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/testsuite/citest.py b/testsuite/citest.py
index 7912566f..f11cd5af 100755
--- a/testsuite/citest.py
+++ b/testsuite/citest.py
@@ -1129,7 +1129,7 @@  class SstateTest(CIBaseTest):
     """
     Test builds with artifacts taken from sstate cache
 
-    :avocado: tags=sstate,full
+    :avocado: tags=sstate
     """
 
     def test_sstate_populate(self):