From bdf1201821dfac7636d93b0bf36c0d15a71e3446 Mon Sep 17 00:00:00 2001 From: kalyan Date: Mon, 6 Nov 2023 22:18:17 +0530 Subject: [PATCH] fix lint Signed-off-by: kalyan --- tests/ml_commons/test_model_access_control.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ml_commons/test_model_access_control.py b/tests/ml_commons/test_model_access_control.py index fa49e0b6d..782129454 100644 --- a/tests/ml_commons/test_model_access_control.py +++ b/tests/ml_commons/test_model_access_control.py @@ -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",