UT: Mark RepositoryEncryptor tests as slow
This commit is contained in:
parent
faf9cba182
commit
d6655a8e2c
|
@ -11,6 +11,9 @@ from monkey_island.cc.server_utils.encryption import (
|
||||||
UnlockError,
|
UnlockError,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Mark all tests in this module as slow
|
||||||
|
pytestmark = pytest.mark.slow
|
||||||
|
|
||||||
PLAINTEXT = b"Hello, Monkey!"
|
PLAINTEXT = b"Hello, Monkey!"
|
||||||
SECRET = b"53CR31"
|
SECRET = b"53CR31"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue