From 2e3b94633eaeff479f6ad4ff5d47f3000f6e5ef8 Mon Sep 17 00:00:00 2001 From: lguohan Date: Mon, 20 May 2019 15:07:32 -0700 Subject: [PATCH] [vstest]: skip test_AddMaxVlan as it takes almost two hours to finish (#901) Signed-off-by: Guohan Lu --- tests/test_vlan.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_vlan.py b/tests/test_vlan.py index 3ff9990571f3..fbfc4b2e1556 100644 --- a/tests/test_vlan.py +++ b/tests/test_vlan.py @@ -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)