1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 09:48:14 +00:00

tests: mark test_deleted_cert as xfail

test_delete_cert_and_restart_reverseproxy still fails intermitently
This commit is contained in:
Nicolas Duchon 2021-12-15 13:01:38 +01:00
parent 8c909e7d11
commit 496e0f5f27
No known key found for this signature in database
GPG Key ID: EA3151C66A4D79E7

View File

@ -9,6 +9,7 @@ from requests import ConnectionError
script_dir = os.path.dirname(__file__) script_dir = os.path.dirname(__file__)
pytestmark = pytest.mark.xfail() # TODO delete this marker once those issues are fixed
@pytest.fixture(scope="module", autouse=True) @pytest.fixture(scope="module", autouse=True)
def certs(): def certs():