Skip to content

Commit 6f2b1ab

Browse files
committed
Xfail test_ecn_config_updates due to GCU changes for 202511 and master (sonic-net#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 <[email protected]>
1 parent 3fe7b42 commit 6f2b1ab

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2322,6 +2322,11 @@ generic_config_updater/test_ecn_config_update.py::test_ecn_config_updates:
23222322
- "hwsku in ['Cisco-8800-LC-48H-C48']"
23232323
- "topo_type in ['m0', 'mx', 'm1']"
23242324
- "release in ['202211']"
2325+
xfail:
2326+
reason: "This test will be reworked following changes to GCU validators"
2327+
conditions_logical_operator: "OR"
2328+
conditions:
2329+
- "release in ['master', '202511'] and https://github.com/sonic-net/sonic-mgmt/issues/22333"
23252330

23262331
generic_config_updater/test_eth_interface.py::test_replace_fec:
23272332
skip:

0 commit comments

Comments
 (0)