[macOS] add RunAll-Tests.ps1 to the macOS-13 (#7524)

This commit is contained in:
Alexey-Ayupov
2023-05-05 12:13:47 +02:00
committed by GitHub
parent fddf50db2a
commit eec1e84e72
11 changed files with 39 additions and 22 deletions

View File

@@ -1,3 +1,5 @@
Import-Module "$PSScriptRoot/../helpers/Common.Helpers.psm1"
$os = Get-OSVersion
Describe "Disk free space" {
@@ -23,7 +25,7 @@ Describe "Certificate" {
}
}
Describe "Audio device" {
Describe "Audio device" -Skip:($os.IsVentura) {
It "Sox is installed" {
"sox --version" | Should -ReturnZeroExitCode
}