exclude downloadAll from tests

This commit is contained in:
neon443
2025-11-01 22:33:09 +00:00
parent 5c81d90039
commit ba77eb2c89

View File

@@ -19,6 +19,16 @@
"testTargets" : [ "testTargets" : [
{ {
"parallelizable" : true, "parallelizable" : true,
"skippedTests" : {
"suites" : [
{
"name" : "PerformanceTests",
"testFunctions" : [
"downloadAll()"
]
}
]
},
"target" : { "target" : {
"containerPath" : "container:StickerSlack.xcodeproj", "containerPath" : "container:StickerSlack.xcodeproj",
"identifier" : "A9B9A8222EB2CCB5004C9245", "identifier" : "A9B9A8222EB2CCB5004C9245",
@@ -26,5 +36,5 @@
} }
} }
], ],
"version" : 1 "version" : 2
} }