Skip to content

Commit

Permalink
Merge pull request #4366 from boegel/fix_test_github_reasons_for_closing
Browse files Browse the repository at this point in the history
fix broken test for `reasons_for_closing`, which fails because commit status of easyconfigs PR is no longer available
  • Loading branch information
branfosj authored Oct 27, 2023
2 parents 87c1453 + a842a38 commit 6fccffe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/framework/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ def test_github_reasons_for_closing(self):
self.assertIsInstance(res, list)
self.assertEqual(stderr.strip(), "WARNING: Using easyconfigs from closed PR #16080")
patterns = [
"Status of last commit is SUCCESS",
"Last comment on",
"No activity since",
"* c-ares-1.18.1",
Expand Down

0 comments on commit 6fccffe

Please sign in to comment.