From d099321a168df9b3e3677b6a38dca03e262e0784 Mon Sep 17 00:00:00 2001 From: Storm Liang Date: Sat, 7 Mar 2026 01:34:26 +1100 Subject: [PATCH] Add conditional skip for test_load_minigraph_with_golden_config Skip test_load_minigraph_with_golden_config when issue #25931 is open. This test performs 4 consecutive config reloads which causes pmon to hit start-limit-hit due to missing sonic.target.wants/ symlinks after the systemd-sonic-generator rework (sonic-net/sonic-buildimage#23340). The test leaves pmon in a bad state (start-limit-hit), which can affect subsequent tests in the nightly run. Fix PRs: - sonic-net/sonic-buildimage#25932 (add [Install] to service templates) - sonic-net/sonic-utilities#4314 (fix _reset_failed_services) The skip will auto-resolve when sonic-net/sonic-buildimage#25931 is closed. Signed-off-by: Storm Liang --- .../plugins/conditional_mark/tests_mark_conditions.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index c9bef49e696..7b51856dfd5 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -3535,6 +3535,12 @@ override_config_table/test_override_config_table.py: conditions: - "is_multi_asic==True" +override_config_table/test_override_config_table.py::test_load_minigraph_with_golden_config: + skip: + 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" + conditions: + - "https://github.com/sonic-net/sonic-buildimage/issues/25931" + ####################################### ###### packet_trimming ##### ########################################