diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index 6cab6aca19..084471dc2b 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -448,6 +448,12 @@ generic_config_updater: conditions: - "'t2' in topo_name" +generic_config_updater/test_ecn_config_update.py::test_ecn_config_updates: + skip: + reason: "This test is not run on this asic type currently" + conditions: + - "asic_type in ['cisco-8000']" + generic_config_updater/test_eth_interface.py::test_replace_fec: skip: reason: 'replace_fec ethernet test is not supported on virtual switch' @@ -475,9 +481,16 @@ generic_config_updater/test_eth_interface.py::test_update_valid_invalid_index[33 generic_config_updater/test_incremental_qos.py::test_incremental_qos_config_updates: skip: - reason: "This test was not run on this hwsku type currently" + reason: "This test is not run on this hwsku/asic type currently" conditions: - "not any(i in hwsku for i in ['2700', 'Arista-7170-64C', 'montara', 'newport'])" + - "asic_type in ['broadcom', 'cisco-8000']" + +generic_config_updater/test_mmu_dynamic_threshold_config_update.py::test_dynamic_th_config_updates: + skip: + reason: "This test is not run on this asic type currently" + conditions: + - "asic_type in ['broadcom', 'cisco-8000']" ####################################### ##### http #####