run test only on Linux

This commit is contained in:
Axel Müller 2023-01-23 17:25:30 +01:00
parent 108cc743e9
commit 87b67c6ce6
2 changed files with 4 additions and 4 deletions

View File

@ -130,3 +130,7 @@ runInScriptConsole() {
assert "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline';" get-csp-value
assert 'Europe/Madrid' get-timezone-value
}
@test "[${SUT_DESCRIPTION}] ensure that 'ps' command is available" {
command -v ps # Check for binary presence in the current PATH
}

View File

@ -22,10 +22,6 @@ if(-Not (Test-CommandExists docker)) {
Write-Error "docker is not available"
}
if(-Not (Test-CommandExists ps)) {
Write-Error "ps is not available"
}
function Retry-Command {
[CmdletBinding()]
param (