mirror of
https://github.com/neon443/StickerSlack.git
synced 2026-03-11 05:19:13 +00:00
exclude downloadAll from tests
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user