Skip to content

Commit 59da567

Browse files
committed
fix: add xfail to failing catalog test
Signed-off-by: lugi0 <lgiorgi@redhat.com>
1 parent 466e4a3 commit 59da567

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/model_registry/model_catalog/test_custom_model_catalog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ def test_model_custom_catalog_add_model(
147147
assert result["name"] == SAMPLE_MODEL_NAME3
148148

149149
@pytest.mark.dependency(depends=["test_model_custom_catalog_add_model"])
150+
@pytest.mark.xfail(reason="RHOAIENG-38653")
150151
def test_model_custom_catalog_remove_model(
151152
self: Self,
152153
model_catalog_rest_url: list[str],

0 commit comments

Comments
 (0)