UT: Mark RepositoryEncryptor tests as slow

This commit is contained in:
Mike Salvatore 2022-07-11 12:27:19 -04:00
parent faf9cba182
commit d6655a8e2c
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ from monkey_island.cc.server_utils.encryption import (
UnlockError,
)
# Mark all tests in this module as slow
pytestmark = pytest.mark.slow
PLAINTEXT = b"Hello, Monkey!"
SECRET = b"53CR31"