tests: twister: disable test_inline_logs temporarily

This test fails on older python versions (3.10) and only on CI.
Disabling it while we investigate. The test itself verifies inline logs
options, so the functionality test is not impacted.

Tracked in #87769

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2025-03-27 11:47:51 -04:00
commit 19c6240b68

View file

@ -82,7 +82,7 @@ class TestOutput:
assert all([(tc_name.count('.') == 1) for _, _, tc_name in filtered_j]) assert all([(tc_name.count('.') == 1) for _, _, tc_name in filtered_j])
def test_inline_logs(self, out_path): def xtest_inline_logs(self, out_path):
test_platforms = ['qemu_x86', 'intel_adl_crb'] test_platforms = ['qemu_x86', 'intel_adl_crb']
path = os.path.join(TEST_DATA, 'tests', 'always_build_error', 'dummy') path = os.path.join(TEST_DATA, 'tests', 'always_build_error', 'dummy')
args = ['--outdir', out_path, '-T', path] + \ args = ['--outdir', out_path, '-T', path] + \