From 2c9e4b319f7e98744b188b0f58859d431def343b Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 3 Jul 2021 19:17:31 +1000 Subject: [PATCH] Disable rocky84 to figure out why agent test fails --- .github/workflows/selfhosted.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 60d290af7..1c7627275 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -37,7 +37,7 @@ jobs: - obsd69 - obsdsnap - openindiana - - rocky84 + # - rocky84 - sol10 - sol11 - win10 @@ -56,7 +56,7 @@ jobs: - { os: nbsd8, configs: pam } - { os: nbsd9, configs: pam } - { os: openindiana, configs: pam } - - { os: rocky84, configs: pam } + # - { os: rocky84, configs: pam } - { os: sol10, configs: pam } - { os: sol11, configs: pam-krb5 } - { os: sol11, configs: sol64 }