Skip to content

Commit

Permalink
Skip consistent fail tests (sonic-net#2269)
Browse files Browse the repository at this point in the history
  • Loading branch information
prsunny authored May 12, 2022
1 parent dc621c9 commit a5ea7db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_buffer_dynamic.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@ def test_autoNegPort(self, dvs, testlog):

self.cleanup_db(dvs)

@pytest.mark.skip(reason="Failing. Under investigation")
def test_removeBufferPool(self, dvs, testlog):
self.setup_db(dvs)
# Initialize additional databases that are used by this test only
Expand Down
1 change: 1 addition & 0 deletions tests/test_route.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@ def test_RouteAddRemoveIpv6RouteUnresolvedNeigh(self, dvs, testlog):
dvs.servers[1].runcmd("ip -6 route del default dev eth0")
dvs.servers[1].runcmd("ip -6 address del 2001::2/64 dev eth0")

@pytest.mark.skip(reason="Failing. Under investigation")
def test_RouteAddRemoveIpv4RouteWithVrf(self, dvs, testlog):
self.setup_db(dvs)

Expand Down

0 comments on commit a5ea7db

Please sign in to comment.