diff options
author | Christopher Baines <mail@cbaines.net> | 2025-04-06 12:56:40 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-04-06 15:02:49 +0100 |
commit | ec853656e9f1f5a9d5a73ebdf016dc320da075af (patch) | |
tree | 638ccf2e38da565175eb6d3bb518b345e118dc2f | |
parent | 91d25b04cff3e0d2763b43f3f8bf900dca934a53 (diff) | |
download | qa-frontpage-ec853656e9f1f5a9d5a73ebdf016dc320da075af.tar qa-frontpage-ec853656e9f1f5a9d5a73ebdf016dc320da075af.tar.gz |
Update the mumi missing issues list
-rw-r--r-- | guix-qa-frontpage/mumi.scm | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/guix-qa-frontpage/mumi.scm b/guix-qa-frontpage/mumi.scm index 44e7f41..6cfa0d7 100644 --- a/guix-qa-frontpage/mumi.scm +++ b/guix-qa-frontpage/mumi.scm @@ -202,19 +202,22 @@ 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 75563 - 75571 - 75587 - 75595 - 75619 - 75620 - 75641 - 75644 - 75661 - 75670 - 75678 - 75680 - 75681)) + (list 73430 + 73459 + 73461 + 73488 + 75309 + 75325 + 75330 + 75368 + 75368 + 75376 + 75381 + 75386 + 75408 + 75917 + 75929 + 75957)) 30)) (map (lambda (number) |