Skip to content

Commit 1ae9036

Browse files
authored
[dvs] Re-enable RIF tests (#1249)
Signed-off-by: Danny Allen <[email protected]>
1 parent 4e7e772 commit 1ae9036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_interface.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
from swsscommon import swsscommon
66

7-
@pytest.mark.xfail(reason="vs image issue: Azure/sonic-sairedis#574")
87
class TestRouterInterface(object):
98
def setup_db(self, dvs):
109
self.pdb = swsscommon.DBConnector(0, dvs.redis_sock, 0)
@@ -938,6 +937,7 @@ def test_LagInterfaceAddRemoveIpv4Address(self, dvs, testlog):
938937
# remove port channel
939938
self.remove_port_channel("PortChannel001")
940939

940+
@pytest.mark.skip(reason="vs image issue: Azure/sonic-sairedis#574")
941941
def test_LagInterfaceSetMtu(self, dvs, testlog):
942942
self.setup_db(dvs)
943943

0 commit comments

Comments
 (0)