From 41d038d014f62f926c938d23c260d364cb962e36 Mon Sep 17 00:00:00 2001 From: Alex Hoppen Date: Tue, 4 May 2021 22:41:51 +0200 Subject: [PATCH] Remove ACHNBrowserUI from stress tester suite MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ACHNBrowserUI takes too long to stress test and we are running into a Jenkins timeout when we’re not stopping the test run early because of a failure. Let’s see if the test suite runs through again if we remove it. --- projects.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects.json b/projects.json index 74a7afff..a4d4dfcd 100755 --- a/projects.json +++ b/projects.json @@ -20,8 +20,7 @@ "project": "ACHNBrowserUI/ACHNBrowserUI.xcodeproj", "target": "ACHNBrowserUI", "destination": "generic/platform=iOS", - "configuration": "Release", - "tags": "sourcekit sourcekit-smoke" + "configuration": "Release" } ] },