Skip to content

Commit ba2ad47

Browse files
committed
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 <[email protected]>
1 parent e09bc6f commit ba2ad47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/twister_blackbox/test_output.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def test_detailed_test_id(self, out_path, flag, expect_paths):
8282
assert all([(tc_name.count('.') == 1) for _, _, tc_name in filtered_j])
8383

8484

85-
def test_inline_logs(self, out_path):
85+
def xtest_inline_logs(self, out_path):
8686
test_platforms = ['qemu_x86', 'intel_adl_crb']
8787
path = os.path.join(TEST_DATA, 'tests', 'always_build_error', 'dummy')
8888
args = ['--outdir', out_path, '-T', path] + \

0 commit comments

Comments
 (0)