Skip to content

Commit

Permalink
[tests] Ignore test that doesn't work on the watchOS simulator anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Jan 4, 2024
1 parent 0d2abcd commit 647d55f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/monotouch-test/AVFoundation/AVAudioSinkNodeTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ namespace MonoTouchFixtures.AVFoundation {
[TestFixture]
[Preserve (AllMembers = true)]
public class AVAudioSinkNodeTest {
#if __WATCHOS__
[SetUp]
public void SetUp ()
{
// Looks like this test broke in the watchOS simulator, so just skip it there.
TestRuntime.AssertNotSimulator ();
}
#endif

[Test]
public void SinkNodeCallback ()
{
Expand Down

0 comments on commit 647d55f

Please sign in to comment.