Tests: Disable warning in t_gantt_numa.

This commit is contained in:
Wilson Snyder 2025-04-06 23:16:51 -04:00
parent c8a945f363
commit fcefa96397
1 changed files with 2 additions and 1 deletions

View File

@ -39,6 +39,7 @@ for trial in range(0, trials):
test.file_grep(gantt_log, r'CPU info:')
test.file_grep(gantt_log, r'NUMA status += assigned')
test.file_grep_not(gantt_log, r'%Warning:') # e.g. There were fewer CPUs (1) than threads (3).
# False fails occasionally
# test.file_grep_not(gantt_log, r'%Warning:') # e.g. There were fewer CPUs (1) than threads (3).
test.passes()