mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 18:19:51 +00:00
update xfail message
This commit is contained in:
parent
a03c4b5d0a
commit
9ddd8ddee0
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ def test_openai_client_basic_operations(openai_client):
|
|||
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")
|
||||
def test_files_authentication_isolation(mock_get_authenticated_user, llama_stack_client):
|
||||
"""Test that users can only access their own files."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue