diff --git a/tests/integration/responses/test_mcp_jwt_passthrough.py b/tests/integration/responses/test_mcp_jwt_passthrough.py index 276af8201..a8552f7e6 100644 --- a/tests/integration/responses/test_mcp_jwt_passthrough.py +++ b/tests/integration/responses/test_mcp_jwt_passthrough.py @@ -13,7 +13,6 @@ from tests.common.mcp import make_mcp_server from .helpers import setup_mcp_tools - # Skip these tests in replay mode until recordings are generated pytestmark = pytest.mark.skipif( os.environ.get("LLAMA_STACK_TEST_INFERENCE_MODE") == "replay",