diff --git a/suite/runsuite_wrapper.pl b/suite/runsuite_wrapper.pl index 3a88fa4904b..7f5f17e96aa 100755 --- a/suite/runsuite_wrapper.pl +++ b/suite/runsuite_wrapper.pl @@ -230,7 +230,9 @@ 'code_api|tool.histogram.gzip' => 1); # FIXME i#2417: fix flaky AArch64 tests %ignore_failures_64 = ('code_api|linux.sigsuspend' => 1, - 'code_api|pthreads.pthreads_exit' => 1); + 'code_api|pthreads.pthreads_exit' => 1, + 'code_api|drcachesim.invariants' => 1, # i#2892 + 'code_api|tool.histogram.offline' => 1); # i#3980 if ($is_32) { $issue_no = "#2416"; } else {