diff --git a/test_regress/t/t_gantt_numa.py b/test_regress/t/t_gantt_numa.py index 572cef073..39651ecf0 100755 --- a/test_regress/t/t_gantt_numa.py +++ b/test_regress/t/t_gantt_numa.py @@ -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()