From ba77eb2c89591b895df8df23ecf059fc5e80a127 Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Sat, 1 Nov 2025 22:33:09 +0000 Subject: [PATCH] exclude downloadAll from tests --- StickerSlackTests/StickerSlack.xctestplan | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/StickerSlackTests/StickerSlack.xctestplan b/StickerSlackTests/StickerSlack.xctestplan index f222e09..132c571 100644 --- a/StickerSlackTests/StickerSlack.xctestplan +++ b/StickerSlackTests/StickerSlack.xctestplan @@ -19,6 +19,16 @@ "testTargets" : [ { "parallelizable" : true, + "skippedTests" : { + "suites" : [ + { + "name" : "PerformanceTests", + "testFunctions" : [ + "downloadAll()" + ] + } + ] + }, "target" : { "containerPath" : "container:StickerSlack.xcodeproj", "identifier" : "A9B9A8222EB2CCB5004C9245", @@ -26,5 +36,5 @@ } } ], - "version" : 1 + "version" : 2 }