diff --git a/tests/test_qos_map.py b/tests/test_qos_map.py index 6b236c4fb2c7..39c6c717cab3 100644 --- a/tests/test_qos_map.py +++ b/tests/test_qos_map.py @@ -417,9 +417,6 @@ def test_dscp_to_tc_map_applied_to_switch(self, dvs): dscp_to_tc_map_id = id break switch_oid = dvs.getSwitchOid() - # Check switch level DSCP_TO_TC_MAP doesn't before PORT_QOS_MAP|global is created - fvs = self.asic_db.get_entry(self.ASIC_SWITCH_STR, switch_oid) - assert("SAI_SWITCH_ATTR_QOS_DSCP_TO_TC_MAP" not in fvs) # Insert switch level map entry self.port_qos_table.set("global", [("dscp_to_tc_map", "AZURE")])