Skip to content

Commit

Permalink
chore(goss): hotfix skip for windows 2019 (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 authored Jun 5, 2024
1 parent 9e2400f commit 81a0598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goss/goss-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ command:
exit-status: 0
stdout:
- /16\.\d+\.\d+\.\d+/
skip: {? {not (eq .Env.AGENT_OS_VERSION "2019"): ''} : ''}
skip: {{ not (eq .Env.AGENT_OS_VERSION "2019") }}
file:
C:\Program Files\Chromium\Application\:
contains: []
Expand Down

0 comments on commit 81a0598

Please sign in to comment.