Skip to content

Commit

Permalink
add clean metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
rnetser committed Jan 6, 2025
1 parent 5ed5ae8 commit dc2e7de
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
from utilities.inference_utils import Inference
from utilities.monitoring import get_metrics_value, 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 Down

0 comments on commit dc2e7de

Please sign in to comment.