Skip to content

Commit eea3da5

Browse files
committed
[ci] fix tests
1 parent 597beed commit eea3da5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ComposeUI/Tests/ComposeUITests/CrossPlatform/BaseTextViewTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ class BaseTextViewTests: XCTestCase {
197197
}
198198
#endif
199199

200+
#if canImport(AppKit) || canImport(UIKit) && !os(tvOS)
200201
func test_resetForReuse_clearsIsEditable() {
201202
let textView = BaseTextView(frame: CGRect(x: 0, y: 0, width: 200, height: 50))
202203
textView.isEditable = true
@@ -205,6 +206,7 @@ class BaseTextViewTests: XCTestCase {
205206
textView.resetForReuse()
206207
expect(textView.isEditable) == false
207208
}
209+
#endif
208210

209211
func test_resetForReuse_clearsIsSelectable() {
210212
let textView = BaseTextView(frame: CGRect(x: 0, y: 0, width: 200, height: 50))

0 commit comments

Comments
 (0)