From b0d7265e796b4114d5473b9c5a0dacde56fab773 Mon Sep 17 00:00:00 2001 From: xwjiang-ms Date: Wed, 11 Jun 2025 10:09:52 +0000 Subject: [PATCH] Skip gnoi warm reboot test on t1-lag --- .../plugins/conditional_mark/tests_mark_conditions.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index 65fe3ca8ae0..7221c5830c8 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -1189,6 +1189,12 @@ gnmi/test_gnoi_killprocess.py: skip: reason: "Test noisy due to restart issue not relevant to GNOI. Disabling them to rewrite." +gnmi/test_gnoi_system_reboot.py::test_gnoi_system_reboot_warm: + skip: + reason: "Warm reboot should only run on t0 topology" + conditions: + - "topo_type not in ['t0']" + ####################################### ##### hash ##### #######################################