Skip to content

Commit

Permalink
CI: remove test that is now unreliable on Xcode 16. Device settings n…
Browse files Browse the repository at this point in the history
…ow persist, causing differences between local and remote
  • Loading branch information
simonmcl committed Oct 24, 2024
1 parent 425ece0 commit 4d544db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Tests/KukaiCoreSwiftTests/Models/CurrentDeviceTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,4 @@ class CurrentDeviceTests: XCTestCase {
func testCurrentDevice() {
XCTAssert(CurrentDevice.isSimulator == true)
}

func testBiometrics() {
XCTAssert(CurrentDevice.biometricTypeSupported() == .faceID)
}
}

0 comments on commit 4d544db

Please sign in to comment.