Skip to content

Commit 67c28eb

Browse files
authored
[chassis] [multi-asic] skip override_config_table test for multi-asic platforms (#9017)
1 parent a29ea09 commit 67c28eb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,15 @@ ntp/test_ntp.py::test_ntp_long_jump_disabled:
653653
strict: True
654654
reason: "Known NTP bug"
655655

656+
#######################################
657+
##### override_config_table #####
658+
#######################################
659+
override_config_table/test_override_config_table.py:
660+
skip:
661+
reason: "Skip override-config-table testing on multi-asic platforms, test provided golden config format is not compatible with multi-asics"
662+
conditions:
663+
- is_multi_asic == True
664+
656665
#######################################
657666
##### pc #####
658667
#######################################

0 commit comments

Comments
 (0)