We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 466e4a3 commit 59da567Copy full SHA for 59da567
tests/model_registry/model_catalog/test_custom_model_catalog.py
@@ -147,6 +147,7 @@ def test_model_custom_catalog_add_model(
147
assert result["name"] == SAMPLE_MODEL_NAME3
148
149
@pytest.mark.dependency(depends=["test_model_custom_catalog_add_model"])
150
+ @pytest.mark.xfail(reason="RHOAIENG-38653")
151
def test_model_custom_catalog_remove_model(
152
self: Self,
153
model_catalog_rest_url: list[str],
0 commit comments