Skip to content

Commit

Permalink
Disable l3 admit pytest.
Browse files Browse the repository at this point in the history
Change-Id: Ie198e4ddb66cc79506bfc159089be1e3f0bf7184
  • Loading branch information
mint570 committed May 24, 2022
1 parent 827c2c6 commit 6be7f71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/p4rt/test_l3_admit.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def _set_up(self, dvs):
swsscommon.APP_P4RT_TABLE_NAME + "_RESPONSE_CHANNEL"
)

@pytest.mark.skip(reason="sairedis vs MY MAC support is not ready")
def test_DefaultL3AdmitAddDeletePass(self, dvs, testlog):
# Initialize database connectors.
self._set_up(dvs)
Expand Down

0 comments on commit 6be7f71

Please sign in to comment.