Skip to content

Commit

Permalink
Temporarily skip custom metric test
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Draper committed Apr 23, 2024
1 parent 4142ca8 commit c986621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/helpers/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def test_update_model_type(models_api: ModelsApi) -> None:
assert model_meta["model_type"] == "CLASSIFICATION"


@pytest.mark.skip(reason="Re-enable when fix to whylabs API is in prod")
def test_create_custom_metric(models_api: ModelsApi) -> None:
add_custom_metric(
dataset_id="model-7",
Expand Down

0 comments on commit c986621

Please sign in to comment.