Skip to content

Commit

Permalink
Exclude system-libunwind test for RHEL 9
Browse files Browse the repository at this point in the history
RHEL 9 (and CentOS Stream 9) don't have a system copy of libunwind,
similar to RHEL 8. So this test is wrong for that environment.
  • Loading branch information
omajid committed May 21, 2021
1 parent 46709f9 commit 5aeedaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system-libunwind/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"cleanup": true,
"ignoredRIDs":[
"fedora-arm64",
"rhel8"
"rhel8",
"rhel9"
]
}

0 comments on commit 5aeedaa

Please sign in to comment.