Skip to content

Commit ca4b9ca

Browse files
authored
chore: enable parallel run for override in 202405 (#16227)
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: jianquanye@microsoft.com
1 parent 5aeebd6 commit ca4b9ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_parallel_modes/cisco_t2_8800.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"lldp/test_lldp.py": "FULL_PARALLEL",
1313
"lldp/test_lldp_syncd.py": "FULL_PARALLEL",
1414
"memory_checker/test_memory_checker.py": "FULL_PARALLEL",
15+
"override_config_table/test_override_config_table_masic.py": "FULL_PARALLEL",
1516
"passw_hardening/test_passw_hardening.py": "FULL_PARALLEL",
1617
"pc/test_po_cleanup.py": "FULL_PARALLEL",
1718
"platform_tests/api/test_chassis.py": "FULL_PARALLEL",

0 commit comments

Comments
 (0)