Skip to content

Commit

Permalink
[vstest]: skip test_AddMaxVlan as it takes almost two hours to finish (
Browse files Browse the repository at this point in the history
…sonic-net#901)

Signed-off-by: Guohan Lu <gulv@microsoft.com>
  • Loading branch information
lguohan authored May 20, 2019
1 parent 9f9a069 commit 2e3b946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_vlan.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ def test_AddVlanWithIncorrectValueType(self, dvs, testlog, test_input, expected)
#remove vlan
self.remove_vlan(vlan)

@pytest.mark.skip(reason="AddMaxVlan take too long to execute")
def test_AddMaxVlan(self, dvs, testlog):
self.setup_db(dvs)

Expand Down

0 comments on commit 2e3b946

Please sign in to comment.