Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: kalyan <[email protected]>
  • Loading branch information
rawwar committed Nov 6, 2023
1 parent 4e47809 commit bdf1201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ml_commons/test_model_access_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ def test_delete_model_group(client, test_model_group):
assert "result" in res
assert res["result"] == "not_found"


@pytest.mark.skipif(
OPENSEARCH_VERSION < MAC_MIN_VERSION,
reason="Model groups are supported in OpenSearch 2.8.0 and above",
Expand Down

0 comments on commit bdf1201

Please sign in to comment.