From 6f2b1ab5da3d0fcce759cda0dd15aabfb4cbccc0 Mon Sep 17 00:00:00 2001 From: Saikrishna Arcot Date: Wed, 18 Feb 2026 17:08:24 -0800 Subject: [PATCH] Xfail test_ecn_config_updates due to GCU changes for 202511 and master (#22334) * Xfail test_ecn_config_updates due to GCU changes for 202511 and master Following changes done to the GCU validator code in sonic-net/sonic-utilities#4219, `test_ecn_config_updates` now fails with an error saying that the config it is trying to apply should've been rejected, but is actually applied. According to the author of the change, the test code will be modified based on this change. For the purposes of unblocking submodule updates of sonic-utilities on master and 202511, xfail this test case on those two branches. Signed-off-by: Saikrishna Arcot --- .../plugins/conditional_mark/tests_mark_conditions.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index 08641ee8ddd..06e9455ef5a 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -2322,6 +2322,11 @@ generic_config_updater/test_ecn_config_update.py::test_ecn_config_updates: - "hwsku in ['Cisco-8800-LC-48H-C48']" - "topo_type in ['m0', 'mx', 'm1']" - "release in ['202211']" + xfail: + reason: "This test will be reworked following changes to GCU validators" + conditions_logical_operator: "OR" + conditions: + - "release in ['master', '202511'] and https://github.com/sonic-net/sonic-mgmt/issues/22333" generic_config_updater/test_eth_interface.py::test_replace_fec: skip: