mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Fix IS_RUNNING_UNIT_TESTS not being set in the right place
This commit is contained in:
parent
6700d4301d
commit
7a1cbdf6b1
@ -36,8 +36,6 @@ schemes:
|
||||
testPlans:
|
||||
- path: ../../UnitTests/SupportingFiles/UnitTests.xctestplan
|
||||
defaultPlan: true
|
||||
environmentVariables:
|
||||
IS_RUNNING_UNIT_TESTS: "1"
|
||||
|
||||
targets:
|
||||
ElementX:
|
||||
|
@ -10,6 +10,12 @@
|
||||
],
|
||||
"defaultOptions" : {
|
||||
"defaultTestExecutionTimeAllowance" : 60,
|
||||
"environmentVariableEntries" : [
|
||||
{
|
||||
"key" : "IS_RUNNING_UNIT_TESTS",
|
||||
"value" : "1"
|
||||
}
|
||||
],
|
||||
"testTimeoutsEnabled" : true
|
||||
},
|
||||
"testTargets" : [
|
||||
|
@ -14,8 +14,6 @@ schemes:
|
||||
run:
|
||||
config: Debug
|
||||
disableMainThreadChecker: false
|
||||
environmentVariables:
|
||||
IS_RUNNING_UNIT_TESTS: "1"
|
||||
test:
|
||||
config: Debug
|
||||
disableMainThreadChecker: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user