mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
do not skip tests from 11.2
This commit is contained in:
parent
e77e9a0a9a
commit
aed8ecb645
1 changed files with 0 additions and 2 deletions
|
@ -439,7 +439,6 @@ def test_backup_using_copy_method():
|
|||
# App restore #
|
||||
#
|
||||
|
||||
@pytest.mark.skip
|
||||
@pytest.mark.with_wordpress_archive_from_11p2
|
||||
@pytest.mark.with_custom_domain("yolo.test")
|
||||
def test_restore_app_wordpress_from_Ynh11p2():
|
||||
|
@ -504,7 +503,6 @@ def test_restore_app_not_in_backup(mocker):
|
|||
assert not _is_installed("yoloswag")
|
||||
|
||||
|
||||
@pytest.mark.skip
|
||||
@pytest.mark.with_wordpress_archive_from_11p2
|
||||
@pytest.mark.with_custom_domain("yolo.test")
|
||||
def test_restore_app_already_installed(mocker):
|
||||
|
|
Loading…
Add table
Reference in a new issue