Skip to content

Commit 0ecbd13

Browse files
committed
Reverted change for test_vlan.py
1 parent d468dfa commit 0ecbd13

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/test_vlan.py

Lines changed: 0 additions & 2 deletions
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)