Skip to content

Commit

Permalink
Enable test
Browse files Browse the repository at this point in the history
  • Loading branch information
wtholliday committed Jul 25, 2023
1 parent 5524ca9 commit 0e695fd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,12 @@ class AppleSamplerTests: AKTestCase {

// Repro case.
func testLoadEXS24_bug() throws {
throw XCTSkip("Repro case")
let engine = AVAudioEngine()
let samplerUnit = AVAudioUnitSampler()
engine.attach(samplerUnit)
let exsURL = Bundle.module.url(forResource: "TestResources/Sampler Instruments/sawPiano1", withExtension: "exs")!
let mgr = FileManager.default
XCTAssertTrue(mgr.fileExists(atPath: exsURL.path))
try samplerUnit.loadInstrument(at: exsURL)
}
}

0 comments on commit 0e695fd

Please sign in to comment.