Skip to content

Commit 1261f6a

Browse files
authored
[Manual cherry-pick] Remove the duplicate entry of test_reload_configuration_checks (sonic-net#21198)
Summary: This is the manual cherry-pick of PR sonic-net#21193 :Remove the duplicate entry of test_reload_configuration_checks
1 parent 58b8b03 commit 1261f6a

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,15 +1719,6 @@ pfcwd/test_pfcwd_warm_reboot.py:
17191719
- "asic_type in ['cisco-8000']"
17201720
- "'dualtor' in topo_name and https://github.com/sonic-net/sonic-mgmt/issues/8400"
17211721

1722-
#######################################
1723-
##### platform_tests #####
1724-
#######################################
1725-
platform_tests/test_reload_config.py::test_reload_configuration_checks:
1726-
skip:
1727-
reason: "Skip test_reload_configuration_checks on Cisco platform due to unstable results"
1728-
conditions:
1729-
- "asic_type in ['cisco-8000']"
1730-
17311722
#######################################
17321723
##### process_monitoring #####
17331724
#######################################

tests/common/plugins/conditional_mark/tests_mark_conditions_platform_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ platform_tests/test_reload_config.py::test_reload_configuration_checks:
12491249
conditions:
12501250
- "asic_type in ['barefoot'] and hwsku in ['newport']"
12511251
- "https://github.com/sonic-net/sonic-buildimage/issues/19879 and asic_type in ['vs']"
1252-
- "asic_type in ['cisco-8000'] and release in ['202205', '202211', '202305', '202405']"
1252+
- "asic_type in ['cisco-8000']"
12531253

12541254
#######################################
12551255
###### test_secure_upgrade.py #######

0 commit comments

Comments
 (0)