Skip to content

Commit

Permalink
MatrixMixer tests are sporadically failing on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelius Prochazka committed Dec 19, 2024
1 parent e05284f commit c890eac
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import XCTest
import AudioKit
import AVFAudio

// This is intermittent on macOS
#if os(iOS)
@available(iOS 13.0, *)
class MatrixMixerTests: XCTestCase {
let engine = AudioEngine()
Expand Down Expand Up @@ -81,3 +83,4 @@ class MatrixMixerTests: XCTestCase {
XCTAssertTrue(output1.allSatisfy { $0 == 0 })
}
}
#endif

0 comments on commit c890eac

Please sign in to comment.