Skip to content

Commit 185c389

Browse files
authored
feat: reintroduce e2e order by test (kubeflow#1269)
Signed-off-by: Alessio Pragliola <[email protected]>
1 parent 89af055 commit 185c389

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clients/python/tests/test_client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -498,9 +498,6 @@ def test_get_model_versions(client: ModelRegistry):
498498

499499

500500
@pytest.mark.e2e
501-
@pytest.mark.xfail(
502-
reason="MLMD issue tracked on: https://github.com/kubeflow/model-registry/issues/358"
503-
)
504501
def test_get_model_versions_order_by(client: ModelRegistry):
505502
name = "test_model"
506503
models = 5

0 commit comments

Comments
 (0)