Skip to content

Commit 2c889f6

Browse files
authored
test: Disable test parallelization (#6436)
1 parent e21e059 commit 2c889f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Plans/Sentry_Base.xctestplan

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
},
2626
"testTargets" : [
2727
{
28+
"parallelizable" : false,
2829
"skippedTests" : [
2930
"SentryANRTrackerTests\/testANRButAppInBackground_NoANR()",
3031
"SentryANRTrackerTests\/testMultipleListeners()",
@@ -57,13 +58,15 @@
5758
}
5859
},
5960
{
61+
"parallelizable" : false,
6062
"target" : {
6163
"containerPath" : "container:Sentry.xcodeproj",
6264
"identifier" : "D4CBA2422DE06D0200581618",
6365
"name" : "SentryTestUtilsTests"
6466
}
6567
},
6668
{
69+
"parallelizable" : false,
6770
"skippedTests" : [
6871
"SentryProfilerTests\/testProfilerMutationDuringSlicing"
6972
],

0 commit comments

Comments
 (0)