diff --git a/tests/test_virtual_chassis.py b/tests/test_virtual_chassis.py index ccc3f96bcf..a963a55f23 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.