mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Skip test_session_storage in ipaclient unittest mode
The test class depends on a working Kerberos configuration and session. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
parent
e357133fd7
commit
6c092c24b2
@ -5,9 +5,12 @@
|
||||
"""
|
||||
Test the `session_storage.py` module.
|
||||
"""
|
||||
import pytest
|
||||
|
||||
from ipapython import session_storage
|
||||
|
||||
|
||||
@pytest.mark.skip_ipaclient_unittest
|
||||
class test_session_storage(object):
|
||||
"""
|
||||
Test the session storage interface
|
||||
|
Loading…
Reference in New Issue
Block a user