Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c890eac

Browse filesBrowse files
author
Aurelius Prochazka
committed
MatrixMixer tests are sporadically failing on Mac
1 parent e05284f commit c890eac
Copy full SHA for c890eac

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎Tests/AudioKitTests/Node Tests/Mixing Tests/MatrixMixerTests.swift

Copy file name to clipboardExpand all lines: Tests/AudioKitTests/Node Tests/Mixing Tests/MatrixMixerTests.swift
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import XCTest
44
import AudioKit
55
import AVFAudio
66

7+
// This is intermittent on macOS
8+
#if os(iOS)
79
@available(iOS 13.0, *)
810
class MatrixMixerTests: XCTestCase {
911
let engine = AudioEngine()
@@ -81,3 +83,4 @@ class MatrixMixerTests: XCTestCase {
8183
XCTAssertTrue(output1.allSatisfy { $0 == 0 })
8284
}
8385
}
86+
#endif

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.