Skip to content

Commit 30ec1ab

Browse files
disable lit test in darwin framework tool
1 parent 011fa5b commit 30ec1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/chiptest/test_definition.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def Run(self, runner, apps_register, paths: ApplicationPaths, pics_file: str,
374374
else:
375375
pairing_cmd = paths.chip_tool_with_python_cmd + \
376376
['pairing', 'code', TEST_NODE_ID, setupCode, '--icd-registration', 'true']
377-
if self.target == TestTarget.LIT_ICD:
377+
if self.target == TestTarget.LIT_ICD and not TestRunTime.DARWIN_FRAMEWORK_TOOL_PYTHON:
378378
pairing_cmd += ['--icd-registration', 'true']
379379
test_cmd = paths.chip_tool_with_python_cmd + ['tests', self.run_name] + ['--PICS', pics_file]
380380
server_args = ['--server_path', paths.chip_tool[-1]] + \

0 commit comments

Comments
 (0)