Skip to content

Commit 96754dd

Browse files
committed
WIP
1 parent d32609e commit 96754dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/Tests/ViewTypes/TabViewTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ struct TabViewTests {
4646
}
4747
}
4848

49+
@available(tvOS, unavailable)
4950
@Test func introspectWithNonRootPlacement() async throws {
5051
try await introspection(of: PlatformTabView.self) { spy in
5152
GroupBox {
@@ -64,6 +65,7 @@ struct TabViewTests {
6465
}
6566
}
6667

68+
@available(tvOS, unavailable)
6769
@Test func introspectWithNonRootPlacementAsAncestor() async throws {
6870
try await introspection(of: PlatformTabView.self) { spy in
6971
GroupBox {

0 commit comments

Comments
 (0)