From dc53f19947c4f4fe02f99dd8e4dddb310d07c79b Mon Sep 17 00:00:00 2001 From: mahee96 <47920326+mahee96@users.noreply.github.com> Date: Thu, 16 Oct 2025 00:16:11 +0530 Subject: [PATCH] UITests: disable spotlight dismiss which is causing failures in test --- SideStore/Tests/UITests/UITests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SideStore/Tests/UITests/UITests.swift b/SideStore/Tests/UITests/UITests.swift index 97d6fbcc..0486f4e9 100644 --- a/SideStore/Tests/UITests/UITests.swift +++ b/SideStore/Tests/UITests/UITests.swift @@ -55,7 +55,7 @@ final class UITests: XCTestCase { // printAllMethods(of: "XCUIApplicationProcess") // Put setup code here. This method is called before the invocation of each test method in the class. - Self.dismissSpotlight() +// Self.dismissSpotlight() // Self.deleteMyApp() Self.deleteMyApp2()