Skip to content

Commit

Permalink
chore: enable parallel run for override in 202405 (#16227)
Browse files Browse the repository at this point in the history
Description of PR
Enable parallel run for override_config_table/test_override_config_table_masic.py in 202405

Summary:
Fixes # (issue) Microsoft ADO 30056122

Approach
What is the motivation for this PR?
Previously we disabled parallel run for override_config_table/test_override_config_table_masic.py in 202405 as it's not compatible with the existing infra. Now this test has been enhanced in #16226 so we can enable parallel run for it.

co-authorized by: [email protected]
  • Loading branch information
cyw233 authored Jan 3, 2025
1 parent 5aeebd6 commit ca4b9ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_parallel_modes/cisco_t2_8800.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"lldp/test_lldp.py": "FULL_PARALLEL",
"lldp/test_lldp_syncd.py": "FULL_PARALLEL",
"memory_checker/test_memory_checker.py": "FULL_PARALLEL",
"override_config_table/test_override_config_table_masic.py": "FULL_PARALLEL",
"passw_hardening/test_passw_hardening.py": "FULL_PARALLEL",
"pc/test_po_cleanup.py": "FULL_PARALLEL",
"platform_tests/api/test_chassis.py": "FULL_PARALLEL",
Expand Down

0 comments on commit ca4b9ca

Please sign in to comment.