Skip to content

Commit

Permalink
adding step to check if skip test works
Browse files Browse the repository at this point in the history
  • Loading branch information
umfranci committed Mar 4, 2025
1 parent df1207b commit 4020434
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions microsoft/testsuites/ltp/ltp.py
Original file line number Diff line number Diff line change
@@ -122,6 +122,10 @@ def run_test(
# directory where temporary files will be created
parameters += f"-d {temp_dir} "

if len(skip_tests) <= 0:
self._log.debug(f"skip list obtained: {skip_tests}")
skip_tests = ['memcontrol04']

# add the list of skip tests to run
if len(skip_tests) > 0:
# write skip test to skipfile with newline separator

0 comments on commit 4020434

Please sign in to comment.