diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index 1fc70818e93..eda14b91274 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -2215,6 +2215,12 @@ route/test_default_route.py: conditions: - "'standalone' in topo_name" +route/test_duplicate_route.py: + skip: + reason: "Temporarily skip this test until swss submodule update on 202505" + conditions: + - "release in ['202505']" + route/test_route_flap.py: skip: reason: "Test case has issue on the t0-56-povlan and dualtor-64 topo. Does not apply to standalone topos." diff --git a/tests/route/test_duplicate_route.py b/tests/route/test_duplicate_route.py index ed9e1620f0a..a6ebed51477 100644 --- a/tests/route/test_duplicate_route.py +++ b/tests/route/test_duplicate_route.py @@ -95,6 +95,7 @@ def verify_expected_loganalyzer_logs( ".*ERR.* meta_sai_validate_route_entry:.* already exists.*", ".*ERR.* status: SAI_STATUS_ITEM_ALREADY_EXISTS.*", ".*ERR.* addRoutePost: Failed to create route.*", + ".*ERR.* handleSaiFailure: Encountered failure in create operation, SAI API: SAI_API_ROUTE.*", ] if loganalyzer: # Skip if loganalyzer is disabled