update xfail message

This commit is contained in:
Matthew Farrellee 2025-08-20 14:18:37 -04:00
parent a03c4b5d0a
commit 9ddd8ddee0

View file

@ -79,7 +79,7 @@ def test_openai_client_basic_operations(openai_client):
pass # ignore 404 pass # ignore 404
@pytest.mark.xfail(message="Not all providers support user isolation") @pytest.mark.xfail(message="User isolation broken for current providers, must be fixed.")
@patch("llama_stack.providers.utils.sqlstore.authorized_sqlstore.get_authenticated_user") @patch("llama_stack.providers.utils.sqlstore.authorized_sqlstore.get_authenticated_user")
def test_files_authentication_isolation(mock_get_authenticated_user, llama_stack_client): def test_files_authentication_isolation(mock_get_authenticated_user, llama_stack_client):
"""Test that users can only access their own files.""" """Test that users can only access their own files."""