Skip to content

Commit facdef5

Browse files
authored
[VS test] Skip flaky virtual chassis test (sonic-net#2004)
*skip test_virtual_chassis.py tests for lag_id
1 parent 8261c1f commit facdef5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_virtual_chassis.py

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

608608
break
609609

610+
@pytest.mark.skip(reason="This test is not stable enough")
610611
def test_chassis_system_lag_id_allocator_table_full(self, vct):
611612
"""Test lag id allocator table full.
612613
@@ -684,6 +685,7 @@ def test_chassis_system_lag_id_allocator_table_full(self, vct):
684685

685686
break
686687

688+
@pytest.mark.skip(reason="This test is not stable enough")
687689
def test_chassis_system_lag_id_allocator_del_id(self, vct):
688690
"""Test lag id allocator's release id and re-use id processing.
689691

0 commit comments

Comments
 (0)