Skip to content

Commit

Permalink
test: avoid executing tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Jan 4, 2024
1 parent 4ff4147 commit 53928e1
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 14 deletions.
43 changes: 43 additions & 0 deletions Example/MUXSDKIMATVOSExample.xctestplan
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"configurations" : [
{
"id" : "BB7E639C-7715-442A-9BB7-210EEBC023FD",
"name" : "Test Scheme Action",
"options" : {

}
}
],
"defaultOptions" : {
"environmentVariableEntries" : [
{
"key" : "MUX_ENVIRONMENT_KEY",
"value" : ""
}
],
"targetForVariableExpansion" : {
"containerPath" : "container:MUXSDKImaListener.xcodeproj",
"identifier" : "1977270C2AA278EF002BA06E",
"name" : "MUXSDKIMATVOSExample"
}
},
"testTargets" : [
{
"target" : {
"containerPath" : "container:MUXSDKImaListener.xcodeproj",
"identifier" : "1977271E2AA278F0002BA06E",
"name" : "MUXSDKIMATVOSExampleTests"
}
},
{
"enabled" : false,
"parallelizable" : true,
"target" : {
"containerPath" : "container:MUXSDKImaListener.xcodeproj",
"identifier" : "197727282AA278F0002BA06E",
"name" : "MUXSDKIMATVOSExampleUITests"
}
}
],
"version" : 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,6 @@
ReferencedContainer = "container:MUXSDKImaListener.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO"
parallelizable = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "1951C7A62B33897F0024E5DC"
BuildableName = "MuxStatsGoogleIMAPlugin-tvOSTests.xctest"
BlueprintName = "MuxStatsGoogleIMAPlugin-tvOSTests"
ReferencedContainer = "container:MUXSDKImaListener.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
shouldAutocreateTestPlan = "YES">
shouldUseLaunchSchemeArgsEnv = "YES">
<TestPlans>
<TestPlanReference
reference = "container:MUXSDKIMATVOSExample.xctestplan"
default = "YES">
</TestPlanReference>
</TestPlans>
<Testables>
<TestableReference
skipped = "NO"
Expand All @@ -41,7 +46,7 @@
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO"
skipped = "YES"
parallelizable = "YES">
<BuildableReference
BuildableIdentifier = "primary"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 53928e1

Please sign in to comment.