do not skip tests from 11.2

This commit is contained in:
Kay0u 2023-09-08 23:47:57 +02:00
parent e77e9a0a9a
commit aed8ecb645
No known key found for this signature in database
GPG key ID: AE1DCADB6415A156

View file

@ -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):