Skip to content

Commit

Permalink
[tests] Apple fixed audio recording in the simulator, so remove corre…
Browse files Browse the repository at this point in the history
…sponding ignores. (#21831)

Fixes xamarin/maccore#2956.
  • Loading branch information
rolfbjarne authored Dec 20, 2024
1 parent 0937cff commit 37963c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/monotouch-test/AVFoundation/AVAudioSinkNodeTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public void SinkNodeCallback2 ()
void SinkNodeCallbackTest (ManualResetEvent callbackEvent, Func<AVAudioSinkNode> createSinkNode)
{
TestRuntime.AssertNotVirtualMachine ();
TestRuntime.AssertNotSimulator (); // broke in Xcode 16.2 beta 2 https://github.com/xamarin/maccore/issues/2956

#if __MACOS__
var defaultCaptureDevice = AVCaptureDevice.GetDefaultDevice (AVMediaTypes.Audio);
Expand Down
1 change: 0 additions & 1 deletion tests/monotouch-test/AVFoundation/AVAudioSourceNodeTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public void SourceNodeCallback2 ()
void SourceNodeCallbackTest (TaskCompletionSource<bool> callbackEvent, Func<AVAudioSourceNode> createSourceNode)
{
TestRuntime.AssertNotVirtualMachine ();
TestRuntime.AssertNotSimulator (); // broke in Xcode 16.2 beta 2 https://github.com/xamarin/maccore/issues/2956

#if __MACOS__
var defaultCaptureDevice = AVCaptureDevice.GetDefaultDevice (AVMediaTypes.Audio);
Expand Down

10 comments on commit 37963c3

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.