Skip to content

Commit 4da9496

Browse files
Removing unneeded get_test_info call (project-chip#39967)
* Add checking for CommissionDeviceTest inside runner.py run_tests_no_exit method * Update src/python_testing/matter_testing_infrastructure/chip/testing/runner.py Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Removed get_test_info call from run_tests_no_exit, since it seems not being used --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent f7f1256 commit 4da9496

File tree

1 file changed

+0
-2
lines changed
  • src/python_testing/matter_testing_infrastructure/chip/testing

1 file changed

+0
-2
lines changed

src/python_testing/matter_testing_infrastructure/chip/testing/runner.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,6 @@ def run_tests_no_exit(
329329
CommissionDeviceTest.event_loop = event_loop
330330
test_class.event_loop = event_loop
331331

332-
get_test_info(test_class, matter_test_config)
333-
334332
# Load test config file.
335333
test_config = generate_mobly_test_config(matter_test_config)
336334

0 commit comments

Comments
 (0)