Commit b23fb264 authored by Łukasz Nowak's avatar Łukasz Nowak

caddy-frontend: Expect failure for test_disabled_cookie_list

This test is always failing and it's impossible to fix it (for now). As this
is well known issue with some workarounds available mark it with
expectedFailure.
parent ade5c528
......@@ -33,7 +33,7 @@ from requests_toolbelt.adapters import source
import json
import multiprocessing
import subprocess
from unittest import skip
from unittest import skip, expectedFailure
import ssl
from http.server import HTTPServer
from http.server import BaseHTTPRequestHandler
......@@ -4446,6 +4446,7 @@ class TestSlave(SlaveHttpFrontendTestCase, TestDataMixin):
curl_command, out, err))
return out, err
@expectedFailure
def test_disabled_cookie_list(self):
parameter_dict = self.assertSlaveBase('disabled-cookie-list')
out, err = self._curl(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment