Skip to content

Commit 6fccffe

Browse files
authored
Merge pull request #4366 from boegel/fix_test_github_reasons_for_closing
fix broken test for `reasons_for_closing`, which fails because commit status of easyconfigs PR is no longer available
2 parents 87c1453 + a842a38 commit 6fccffe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/framework/github.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ def test_github_reasons_for_closing(self):
345345
self.assertIsInstance(res, list)
346346
self.assertEqual(stderr.strip(), "WARNING: Using easyconfigs from closed PR #16080")
347347
patterns = [
348-
"Status of last commit is SUCCESS",
349348
"Last comment on",
350349
"No activity since",
351350
"* c-ares-1.18.1",

0 commit comments

Comments
 (0)