Skip to content

Commit

Permalink
Disable AclRuleAddWithoutTableDefinitionFails test.
Browse files Browse the repository at this point in the history
Change-Id: I6dd3ca9a9c133788359cff990edc0d1d5df94f66
  • Loading branch information
mint570 committed May 25, 2022
1 parent 6be7f71 commit dd89a3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/p4rt/test_p4rt_acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -1356,6 +1356,7 @@ def test_AclRulesAddUpdateDelPass(self, dvs, testlog):
)
assert status == False

@pytest.mark.skip(reason="p4orch is not enabled")
def test_AclRuleAddWithoutTableDefinitionFails(self, dvs, testlog):
# initialize ACL table objects and database connectors
self._set_up(dvs)
Expand Down

0 comments on commit dd89a3f

Please sign in to comment.