]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
oeqa/sstatetests: Disable gcc source printdiff test for now
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 16 Dec 2023 13:11:57 +0000 (13:11 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 16 Dec 2023 13:12:00 +0000 (13:12 +0000)
There are some issues with the printdiff code this has identified, disable the
test for now until we have patches to resolve them.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/sstatetests.py

index 795cd5bd85fac6a12d0935e852f39abdd9ef838b..e6f3b03c82adc6cc4aaebe5a6a2f673b538e231b 100644 (file)
@@ -840,7 +840,7 @@ do_install:append() {
 expected_sametmp_output, expected_difftmp_output)
 
     # Check if changes to gcc-source (which uses tmp/work-shared) are correctly discovered
-    def test_gcc_runtime_vs_gcc_source(self):
+    def _test_gcc_runtime_vs_gcc_source(self):
         gcc_source_pn = 'gcc-source-%s' % get_bb_vars(['PV'], 'gcc')['PV']
 
         expected_output = ("Task {}:do_preconfigure couldn't be used from the cache because:".format(gcc_source_pn),