Skip to content

Commit

Permalink
fix model name
Browse files Browse the repository at this point in the history
  • Loading branch information
rnetser committed Jan 3, 2025
1 parent ccc963f commit 8eccfbb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from utilities.inference_utils import Inference
from utilities.monitoring import validate_metrics_value

pytestmark = pytest.mark.usefixtures("skip_if_no_deployed_openshift_serverless", "valid_aws_config")
pytestmark = pytest.mark.usefixtures("skip_if_no_deployed_openshift_serverless", "valid_aws_config", "deleted_metrics")


@pytest.mark.serverless
Expand All @@ -25,7 +25,6 @@
],
indirect=True,
)
@pytest.mark.usefixtures("deleted_metrics")
class TestModelMetrics:
@pytest.mark.smoke
@pytest.mark.polarion("ODS-2555")
Expand Down

0 comments on commit 8eccfbb

Please sign in to comment.