mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Temporarily turn off failing tests so we don't get failure notifications (#10665)
These tests are failing because the runner migrated ownership to github, and that somehow broke it even though it wasn't supposed to. They're not responding to issues [other than](https://github.com/actions/runner-images/issues/14100) "a CVE or vulnerability" during the transition period (ends june 12). Let's just turn these off for now. We weren't even running this at all in azure, it's fine.
This commit is contained in:
parent
da65ffb227
commit
be90a1199d
1 changed files with 4 additions and 4 deletions
8
.github/workflows/snap_packaging_jobs.yml
vendored
8
.github/workflows/snap_packaging_jobs.yml
vendored
|
|
@ -140,8 +140,8 @@ jobs:
|
|||
run-on: ubuntu-24.04-arm
|
||||
- arch-name: amd64
|
||||
run-on: ubuntu-24.04
|
||||
- arch-name: armhf
|
||||
run-on: ubuntu-24.04-arm
|
||||
# - arch-name: armhf # temporarily turned off due to github's migration
|
||||
# run-on: ubuntu-24.04-arm
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v6.0.2
|
||||
|
|
@ -201,8 +201,8 @@ jobs:
|
|||
run-on: ubuntu-24.04-arm
|
||||
- arch-name: amd64
|
||||
run-on: ubuntu-24.04
|
||||
- arch-name: armhf
|
||||
run-on: ubuntu-24.04-arm
|
||||
# - arch-name: armhf # temporarily turned off due to github's migration
|
||||
# run-on: ubuntu-24.04-arm
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v6.0.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue