mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
backups: Skipping tests temporarily
Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
parent
ee21dcfbb8
commit
f4f9e2c465
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user