diff --git a/tests/test_virtual_chassis.py b/tests/test_virtual_chassis.py index 1709dfb047..d76f976ecc 100644 --- a/tests/test_virtual_chassis.py +++ b/tests/test_virtual_chassis.py @@ -603,7 +603,6 @@ 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. @@ -681,7 +680,6 @@ 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.