Skip to content

Commit

Permalink
(CAT-2122) Temporarily exclude the windows 2019, ruby 3.2 acceptance …
Browse files Browse the repository at this point in the history
…test.

Our current daily nightly summary includes a failure on the pdk acceptance test that has been occurring for some months, specifically the windows 2019, ruby 3.2 one.  Although we are aware that this error is indeed outstanding and occurs every day, the problem is that it can easily “hide” a valid error that we need to fix.  This PR temporarily disables this test until the CAT-2122 ticket addresses and fixes the test.   When fixed, then this PR will be rolled back.

Signed-off-by: Gavin Didrichsen <[email protected]>
  • Loading branch information
gavindidrichsen committed Oct 23, 2024
1 parent 302c910 commit aa692c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
ruby_version:
- "2.7"
- "3.2"
# TEMPORARILY exclude the following until CAT-2122 is resolved
exclude:
- os: "windows-2019"
ruby_version: "3.2"
include:
- puppet_gem_version: "~> 7.0"
ruby_version: "2.7"
Expand Down

0 comments on commit aa692c8

Please sign in to comment.