diff --git a/tests/integration/responses/test_mcp_authentication.py b/tests/integration/responses/test_mcp_authentication.py index a2e61b8a2..374e61ec7 100644 --- a/tests/integration/responses/test_mcp_authentication.py +++ b/tests/integration/responses/test_mcp_authentication.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",