From facdef51706827fe10ea176ad97056860f325a41 Mon Sep 17 00:00:00 2001 From: Prince Sunny Date: Thu, 4 Nov 2021 06:21:00 -0700 Subject: [PATCH] [VS test] Skip flaky virtual chassis test (#2004) *skip test_virtual_chassis.py tests for lag_id --- tests/test_virtual_chassis.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_virtual_chassis.py b/tests/test_virtual_chassis.py index ccc3f96bcf31..a963a55f2369 100644 --- a/tests/test_virtual_chassis.py +++ b/tests/test_virtual_chassis.py @@ -607,6 +607,7 @@ def test_chassis_system_lag(self, vct): break + @pytest.mark.skip(reason="This test is not stable enough") def test_chassis_system_lag_id_allocator_table_full(self, vct): """Test lag id allocator table full. @@ -684,6 +685,7 @@ def test_chassis_system_lag_id_allocator_table_full(self, vct): break + @pytest.mark.skip(reason="This test is not stable enough") def test_chassis_system_lag_id_allocator_del_id(self, vct): """Test lag id allocator's release id and re-use id processing.