瀏覽代碼

tests: mark test_deleted_cert as xfail

test_delete_cert_and_restart_reverseproxy still fails intermitently
Nicolas Duchon 3 年之前
父節點
當前提交
496e0f5f27
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      test/stress_tests/test_deleted_cert/test_restart_while_missing_cert.py

+ 1 - 0
test/stress_tests/test_deleted_cert/test_restart_while_missing_cert.py

@@ -9,6 +9,7 @@ from requests import ConnectionError
 
 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)
 def certs():