We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0a71c commit ad4262bCopy full SHA for ad4262b
test/test_client.py
@@ -212,6 +212,7 @@ def test_timeouts_key_no_value(self):
212
with pytest.raises(KeyError):
213
self.client.timeouts({})
214
215
+ @pytest.mark.xfail(reason="see https://github.com/lightbody/browsermob-proxy/issues/414")
216
def test_timeouts_all_key_values(self):
217
"""
218
/proxy/:port/timeout
0 commit comments