Skip to content

Commit cc3ddbd

Browse files
authored
chore: remove xfail from test (#1255)
Signed-off-by: Debarati Basu-Nag <dbasunag@redhat.com>
1 parent 69df80b commit cc3ddbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/model_registry/model_catalog/huggingface/test_huggingface_models_multiple_sources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def test_external_id_has_no_namespace_prefix(
123123
@pytest.mark.parametrize(
124124
"filter_field",
125125
[
126-
pytest.param("name", id="filter_by_name", marks=pytest.mark.xfail(reason="RHOAIENG-53498")),
126+
pytest.param("name", id="filter_by_name"),
127127
pytest.param("externalId", id="filter_by_external_id"),
128128
],
129129
)

0 commit comments

Comments
 (0)