Tests: Disable warning in t_gantt_numa.
This commit is contained in:
parent
c8a945f363
commit
fcefa96397
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue