Skip to content

Commit 59834a4

Browse files
[202511] Add conditional skip for test_load_minigraph_with_golden_config (sonic-net#22830)
Cherry-pick of PR sonic-net#22775 to 202511, rebased on latest 202511 to include the duplicate key fix from PR sonic-net#22796. The test performs multiple config reloads that cause pmon start-limit-hit due to missing sonic.target symlinks after systemd-sonic-generator rework. Fix PRs: sonic-net/sonic-buildimage#25932, sonic-net/sonic-utilities#4314 Tracking issue: sonic-net/sonic-buildimage#25931 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 270e95d commit 59834a4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3304,6 +3304,12 @@ override_config_table/test_override_config_table.py:
33043304
conditions:
33053305
- "is_multi_asic==True"
33063306

3307+
override_config_table/test_override_config_table.py::test_load_minigraph_with_golden_config:
3308+
skip:
3309+
reason: "Test performs multiple config reloads that cause pmon start-limit-hit due to missing sonic.target symlinks after systemd-sonic-generator rework. Fix PRs: sonic-net/sonic-buildimage#25932, sonic-net/sonic-utilities#4314"
3310+
conditions:
3311+
- "https://github.com/sonic-net/sonic-buildimage/issues/25931"
3312+
33073313
#######################################
33083314
###### packet_trimming #####
33093315
########################################

0 commit comments

Comments
 (0)