diff --git a/.swiftpm/xcode/xcshareddata/xcschemes/SRGMediaPlayer.xcscheme b/.swiftpm/xcode/xcshareddata/xcschemes/SRGMediaPlayer.xcscheme index 649dc8b3..499cdd45 100644 --- a/.swiftpm/xcode/xcshareddata/xcschemes/SRGMediaPlayer.xcscheme +++ b/.swiftpm/xcode/xcshareddata/xcschemes/SRGMediaPlayer.xcscheme @@ -72,6 +72,9 @@ + + diff --git a/Tests/SRGMediaPlayerTests/PlaybackTestCase.m b/Tests/SRGMediaPlayerTests/PlaybackTestCase.m index 75b96141..aaec176a 100644 --- a/Tests/SRGMediaPlayerTests/PlaybackTestCase.m +++ b/Tests/SRGMediaPlayerTests/PlaybackTestCase.m @@ -844,6 +844,7 @@ - (void)testStreamedMediaPlayback - (void)testNonStreamedMediaPlayback { +#warning "This test fails in the iOS and tvOS simulator since Mac OS 13.4, see issue #124" [self expectationForSingleNotification:SRGMediaPlayerPlaybackStateDidChangeNotification object:self.mediaPlayerController handler:^BOOL(NSNotification * _Nonnull notification) { XCTAssertEqual([notification.userInfo[SRGMediaPlayerPlaybackStateKey] integerValue], SRGMediaPlayerPlaybackStatePreparing); XCTAssertFalse([notification.userInfo[SRGMediaPlayerSelectedKey] boolValue]);