{
  "components": [
    {
      "id": "model_server",
      "pytest_marker": "smoke and not downstream_only",
      "pytest_extra_args": "-svv -ra -o junit_suite_name=model_server --tc use_unprivileged_client:False -k 'not TestMLServerModelCar'",
      "tests_subdir": "tests/model_serving/model_server",
      "artifact_prefix": "model_server-smoke",
      "gate_after_component": "workbenches",
      "min_prior_pass_rate": 0.8
    }
  ]
}
