Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

from swsscommon import swsscommon

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

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

Expand Down