diff options
author | Christopher Baines <mail@cbaines.net> | 2025-03-28 22:32:43 +0300 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-04-06 12:46:02 +0100 |
commit | 36448e2fed780c46103c782449f4a4657eb0c529 (patch) | |
tree | b40d4a18c9990abea5869905b731ed5db74d4173 /guix-qa-frontpage/mumi.scm | |
parent | 54bd22bc0f6849b00f82025fc8f1d7d579158b35 (diff) | |
download | qa-frontpage-36448e2fed780c46103c782449f4a4657eb0c529.tar qa-frontpage-36448e2fed780c46103c782449f4a4657eb0c529.tar.gz |
Mark even more issues as missing from mumi
Diffstat (limited to 'guix-qa-frontpage/mumi.scm')
-rw-r--r-- | guix-qa-frontpage/mumi.scm | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/guix-qa-frontpage/mumi.scm b/guix-qa-frontpage/mumi.scm index 2a20fca..4ae9045 100644 --- a/guix-qa-frontpage/mumi.scm +++ b/guix-qa-frontpage/mumi.scm @@ -202,8 +202,15 @@ When VERIFY-CERTIFICATE? is true, verify HTTPS server certificates." ;; Ignore some issues that mumi doesn't know ;; about for some reason, and causes the ;; GraphQL request to crash - (list 75641 - 75563)) + (list 75563 + 75571 + 75619 + 75641 + 75661 + 75670 + 75678 + 75680 + 75681)) 30)) (map (lambda (number) |