Skip to content

Commit 1f523b7

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/tests/chiptest/test_definition.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,8 @@ def Run(self, runner, apps_register, paths: ApplicationPaths, pics_file: str,
373373
dependencies=[apps_register], timeout_seconds=timeout_seconds)
374374
else:
375375
pairing_cmd = paths.chip_tool_with_python_cmd + \
376-
['pairing', 'code', TEST_NODE_ID, setupCode, '--icd-registration', 'true']
377-
if self.target == TestTarget.LIT_ICD:
376+
['pairing', 'code', TEST_NODE_ID, setupCode]
377+
if self.target == TestTarget.LIT_ICD and test_runtime == TestRunTime.CHIP_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)