backups: Skipping tests temporarily

Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
Joseph Nuthalapati 2019-05-22 13:02:44 +05:30
parent ee21dcfbb8
commit f4f9e2c465
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35

View File

@ -76,6 +76,7 @@ def fixture_ssh_key(temp_home, temp_user, password):
])
@pytest.mark.skip
@pytest.mark.usefixtures('has_ssh_key')
def test_user_setup(temp_home, temp_user):
assert os.path.isdir(temp_home)
@ -90,6 +91,7 @@ def test_user_setup(temp_home, temp_user):
# - else throw an error
@pytest.mark.skip
@pytest.mark.django_db
@pytest.mark.usefixtures('has_ssh_key')
def test_add_repository_when_directory_is_missing(temp_home, temp_user,