From f0ee68040ec047950f7d24ee5f0d0ebfdfa87e41 Mon Sep 17 00:00:00 2001 From: vedganes Date: Sun, 7 Nov 2021 15:06:59 -0500 Subject: [PATCH] Revert "[VS test] Skip flaky virtual chassis test (#2004)" This reverts commit facdef51706827fe10ea176ad97056860f325a41. With the changes in platfrom/vs/docker-sonic-vs/start.sh done via sonic-buildimage PR https://github.com/Azure/sonic-buildimage/pull/8008 all tests will pass. No need to skip the tests. So reverting this commit --- tests/test_virtual_chassis.py | 2 -- 1 file changed, 2 deletions(-) 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.