krz/octosentry
macOS menu bar app to monitor GitHub security alerts
clone: git clone https://gitbay.org/krz/octosentry.git
30e5c7ead151fec1f595f69916985a857ca55603
signed_unknown_key
author: Christian Cleberg <hello@cleberg.net> · 2026-08-22T20:47:45Z
committer: <noreply@github.com>
octosentryUITests/octosentryUITests.swift | 8 -------- 1 file changed, 8 deletions(-) @@ -32,12 +32,4 @@ final class octosentryUITests: XCTestCase { // XCUIAutomation Documentation // https://developer.apple.com/documentation/xcuiautomation } - - @MainActor - func testLaunchPerformance() throws { - // This measures how long it takes to launch your application. - measure(metrics: [XCTApplicationLaunchMetric()]) { - XCUIApplication().launch() - } - } }