Skip to content

Commit

Permalink
i#5740: Add failing attach_* tests to ignore list
Browse files Browse the repository at this point in the history
Adds the failing attach_test and attach_blocking tests to the ignore
list for AArch64. This is a temporary measure to unblock PRs.

Issue: #5740
  • Loading branch information
abhinav92003 authored Nov 17, 2022
1 parent 619c963 commit 1bacb3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions suite/runsuite_wrapper.pl
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@
'code_api|linux.fib-conflict-early' => 1,
'code_api|linux.mangle_asynch' => 1,
'code_api,tracedump_text,tracedump_origins,syntax_intel|common.loglevel' => 1, # i#1807
'code_api|client.attach_test' => 1, # i#5740
'code_api|client.attach_blocking' => 1, # i#5740
);
if ($is_32) {
$issue_no = "#2416";
Expand Down

0 comments on commit 1bacb3f

Please sign in to comment.