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:
parent
2faf62c35c
commit
19c6240b68
1 changed files with 1 additions and 1 deletions
|
@ -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] + \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue