Skip to content

Commit

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

0 comments on commit facdef5

Please sign in to comment.