Skip to content

Commit 2466f3d

Browse files
committed
Reverted change for test_vlan.py
1 parent b8fdb5d commit 2466f3d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_vlan.py

-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
@pytest.mark.usefixtures("testlog")
88
@pytest.mark.usefixtures('dvs_vlan_manager')
99
@pytest.mark.usefixtures('dvs_lag_manager')
10-
1110
class TestVlan(object):
1211

1312
def check_syslog(self, dvs, marker, process, err_log, vlan_str, expected_cnt):
@@ -493,7 +492,6 @@ def proxy_arp_disabled():
493492
self.dvs_vlan.remove_vlan(vlan)
494493
self.dvs_vlan.get_and_verify_vlan_ids(0)
495494

496-
@pytest.mark.skip(reason="Failing Under investigation")
497495
def test_VlanMemberLinkDown(self, dvs):
498496

499497
# TODO: add_ip_address has a dependency on cdb within dvs,

0 commit comments

Comments
 (0)