We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29ea09 commit 67c28ebCopy full SHA for 67c28eb
tests/common/plugins/conditional_mark/tests_mark_conditions.yaml
@@ -653,6 +653,15 @@ ntp/test_ntp.py::test_ntp_long_jump_disabled:
653
strict: True
654
reason: "Known NTP bug"
655
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
+
665
#######################################
666
##### pc #####
667
0 commit comments