Skip to content

Commit

Permalink
disable lit test in darwin framework tool
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google committed May 7, 2024
1 parent 011fa5b commit 83635e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests/chiptest/test_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def Run(self, runner, apps_register, paths: ApplicationPaths, pics_file: str,
else:
pairing_cmd = paths.chip_tool_with_python_cmd + \
['pairing', 'code', TEST_NODE_ID, setupCode, '--icd-registration', 'true']
if self.target == TestTarget.LIT_ICD:
if self.target == TestTarget.LIT_ICD and test_runtime == TestRunTime.CHIP_TOOL_PYTHON:
pairing_cmd += ['--icd-registration', 'true']
test_cmd = paths.chip_tool_with_python_cmd + ['tests', self.run_name] + ['--PICS', pics_file]
server_args = ['--server_path', paths.chip_tool[-1]] + \
Expand Down

0 comments on commit 83635e8

Please sign in to comment.