Skip to content

Commit 87b3d2c

Browse files
committed
Revert "tests: twister: disable test_inline_logs temporarily"
This reverts commit ea0b091.
1 parent d3696f6 commit 87b3d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/twister_blackbox/test_output.py

Lines changed: 1 addition & 1 deletion
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 xtest_inline_logs(self, out_path):
85+
def test_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)