Skip to content

Commit f0ee680

Browse files
author
vedganes
committed
Revert "[VS test] Skip flaky virtual chassis test (#2004)"
This reverts commit facdef5. With the changes in platfrom/vs/docker-sonic-vs/start.sh done via sonic-buildimage PR sonic-net/sonic-buildimage#8008 all tests will pass. No need to skip the tests. So reverting this commit
1 parent cfb75b7 commit f0ee680

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_virtual_chassis.py

-2
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,6 @@ def test_chassis_system_lag(self, vct):
603603

604604
break
605605

606-
@pytest.mark.skip(reason="This test is not stable enough")
607606
def test_chassis_system_lag_id_allocator_table_full(self, vct):
608607
"""Test lag id allocator table full.
609608
@@ -681,7 +680,6 @@ def test_chassis_system_lag_id_allocator_table_full(self, vct):
681680

682681
break
683682

684-
@pytest.mark.skip(reason="This test is not stable enough")
685683
def test_chassis_system_lag_id_allocator_del_id(self, vct):
686684
"""Test lag id allocator's release id and re-use id processing.
687685

0 commit comments

Comments
 (0)