Skip to content

Commit 2f2b092

Browse files
committed
Remove flaky test
1 parent f3af7a1 commit 2f2b092

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Tests/DeviceIdentificatorTests/DeviceModelTests.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,4 @@ public class DeviceModelTests: XCTestCase {
8585
XCTAssertFalse(iPadSimulator.isAppleTV)
8686
XCTAssertTrue(iPadSimulator.isWatch)
8787
}
88-
89-
public func test_current_device() {
90-
let current = DeviceModel.current
91-
92-
XCTAssertEqual(current, .iPad(.gen2GSM))
93-
}
9488
}

0 commit comments

Comments
 (0)