From 53928e1520eddd44cf13a53914e6950a7e1d99d8 Mon Sep 17 00:00:00 2001 From: AJ Lauer Barinov Date: Wed, 3 Jan 2024 16:19:25 -0800 Subject: [PATCH] test: avoid executing tests in parallel --- Example/MUXSDKIMATVOSExample.xctestplan | 43 +++++++++++++++++++ .../xcshareddata/xcschemes/DemoApp.xcscheme | 11 ----- .../xcschemes/MUXSDKIMATVOSExample.xcscheme | 11 +++-- .../contents.xcworkspacedata | 3 ++ 4 files changed, 54 insertions(+), 14 deletions(-) create mode 100644 Example/MUXSDKIMATVOSExample.xctestplan diff --git a/Example/MUXSDKIMATVOSExample.xctestplan b/Example/MUXSDKIMATVOSExample.xctestplan new file mode 100644 index 0000000..9a2f1fd --- /dev/null +++ b/Example/MUXSDKIMATVOSExample.xctestplan @@ -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 +} diff --git a/Example/MUXSDKImaListener.xcodeproj/xcshareddata/xcschemes/DemoApp.xcscheme b/Example/MUXSDKImaListener.xcodeproj/xcshareddata/xcschemes/DemoApp.xcscheme index 448560b..41932e0 100644 --- a/Example/MUXSDKImaListener.xcodeproj/xcshareddata/xcschemes/DemoApp.xcscheme +++ b/Example/MUXSDKImaListener.xcodeproj/xcshareddata/xcschemes/DemoApp.xcscheme @@ -48,17 +48,6 @@ ReferencedContainer = "container:MUXSDKImaListener.xcodeproj"> - - - - + shouldUseLaunchSchemeArgsEnv = "YES"> + + + + + +