From c8b27061269ec9bccb811c264ef2389b246d0975 Mon Sep 17 00:00:00 2001 From: Mikhail Koliada <88318005+mikhailkoliada@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:05:42 +0100 Subject: [PATCH] [macOS] remove blackhole 2ch (#9487) * [macOS] remove blackhole-2ch * Update System.Tests.ps1 --- images/macos/scripts/build/install-audiodevice.sh | 10 ---------- images/macos/scripts/tests/System.Tests.ps1 | 4 ---- 2 files changed, 14 deletions(-) diff --git a/images/macos/scripts/build/install-audiodevice.sh b/images/macos/scripts/build/install-audiodevice.sh index e600de552..b9ccc2d90 100644 --- a/images/macos/scripts/build/install-audiodevice.sh +++ b/images/macos/scripts/build/install-audiodevice.sh @@ -12,14 +12,4 @@ brew_smart_install "switchaudio-osx" echo "install sox" brew_smart_install "sox" -# Big Sur doesn't support soundflower installation without user interaction https://github.com/mattingalls/Soundflower/releases/tag/2.0b2 -# Install blackhole-2ch for Big Sur instead - -echo "install blackhole-2ch" -brew_smart_install "blackhole-2ch" - -echo "set BlackHole 2ch as input/output device" -SwitchAudioSource -s "BlackHole 2ch" -t input -SwitchAudioSource -s "BlackHole 2ch" -t output - invoke_tests "System" "Audio Device" diff --git a/images/macos/scripts/tests/System.Tests.ps1 b/images/macos/scripts/tests/System.Tests.ps1 index cf785a9b5..27fe198bb 100644 --- a/images/macos/scripts/tests/System.Tests.ps1 +++ b/images/macos/scripts/tests/System.Tests.ps1 @@ -33,10 +33,6 @@ Describe "Audio device" -Skip:($os.IsVentura -or $os.IsSonoma) { It "SwitchAudioSource is installed" { "SwitchAudioSource -c" | Should -ReturnZeroExitCode } - - It "Audio channel BlackHole 2ch" { - SwitchAudioSource -c | Should -BeLikeExactly "BlackHole 2ch" - } } Describe "Screen Resolution" -Skip:(isVeertu) {