Skip to content

Commit 3c30f20

Browse files
committed
Adding saved test plan to turn off parallel tests run due to this not working well. Execution of all tests actually takes less time and succeeds 100% of the time if run one by one. My guess it's because of swift 6 concurrency not well adapted for parallel tests.
1 parent 3fafdf5 commit 3c30f20

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

AblyChat-Package.xctestplan

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"configurations" : [
3+
{
4+
"id" : "BB83C0AA-ADD6-429F-84A2-39113257A6D4",
5+
"name" : "Test Scheme Action",
6+
"options" : {
7+
8+
}
9+
}
10+
],
11+
"defaultOptions" : {
12+
"targetForVariableExpansion" : {
13+
"containerPath" : "container:",
14+
"identifier" : "BuildTool",
15+
"name" : "BuildTool"
16+
}
17+
},
18+
"testTargets" : [
19+
{
20+
"parallelizable" : false,
21+
"target" : {
22+
"containerPath" : "container:",
23+
"identifier" : "AblyChatTests",
24+
"name" : "AblyChatTests"
25+
}
26+
}
27+
],
28+
"version" : 1
29+
}

0 commit comments

Comments
 (0)