diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions_platform_tests.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions_platform_tests.yaml index 4b810bffbc0..5997f234b00 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions_platform_tests.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions_platform_tests.yaml @@ -987,7 +987,7 @@ platform_tests/test_reload_config.py::test_reload_configuration_checks: reason: "Skip test_reload_configuration_checks testcase due to flaky timing issue for Cisco 8000 / Unsupported platform API" conditions_logical_operator: or conditions: - - "asic_type in ['cisco-8000'] and release in ['202205', '202211', '202305']" + - "asic_type in ['cisco-8000'] and release in ['202205', '202211', '202305', '202405']" - "asic_type in ['barefoot'] and hwsku in ['newport']" ####################################### diff --git a/tests/pc/test_po_cleanup.py b/tests/pc/test_po_cleanup.py index 6e8ee9b99eb..d83fb7b20f1 100644 --- a/tests/pc/test_po_cleanup.py +++ b/tests/pc/test_po_cleanup.py @@ -94,7 +94,7 @@ def test_po_cleanup_after_reload(duthosts, enum_rand_one_per_hwsku_frontend_host with loganalyzer: logging.info("Reloading config..") - config_reload(duthost, safe_reload=True, wait_for_bgp=True) + config_reload(duthost, wait=240, safe_reload=True, wait_for_bgp=True) duthost.shell("killall yes") except Exception: