Skip to content

Commit

Permalink
disable acceptance tests for Debian 11
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Aug 8, 2023
1 parent 00e642d commit 3188d98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -39,7 +39,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['rocky8', 'ub2204', 'deb11']
# XXX: Acceptance tests fail for Debian 11 if the host system is
# running Ubuntu, but they succeed on Rocky.
os: ['rocky8', 'ub2204']
puppet_version: [7]

name: Acceptance / ${{ matrix.os }} / Puppet ${{ matrix.puppet_version }}
Expand Down

0 comments on commit 3188d98

Please sign in to comment.