Skip to content

Commit

Permalink
Revert "[VS test] Skip flaky virtual chassis test (#2004)"
Browse files Browse the repository at this point in the history
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
  • Loading branch information
vedganes committed Nov 7, 2021
1 parent cfb75b7 commit f0ee680
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_virtual_chassis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit f0ee680

Please sign in to comment.