Skip to content

Commit

Permalink
Do not run media selection tests on tvOS
Browse files Browse the repository at this point in the history
  • Loading branch information
defagos committed Dec 3, 2024
1 parent 1902b28 commit 6f5948f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/PlayerTests/MediaSelection/MediaSelectionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import Nimble
import PillarboxCircumspect
import PillarboxStreams

#if os(iOS)

final class MediaSelectionTests: TestCase {
func testCharacteristicsAndOptionsWhenEmpty() {
let player = Player()
Expand Down Expand Up @@ -295,3 +297,5 @@ private extension Player {
return try await item.asset.loadMediaSelectionGroup(for: characteristic)
}
}

#endif

0 comments on commit 6f5948f

Please sign in to comment.