Skip to content

Commit ad4262b

Browse files
Disabling a test due to BMP Server bug
1 parent cf0a71c commit ad4262b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ def test_timeouts_key_no_value(self):
212212
with pytest.raises(KeyError):
213213
self.client.timeouts({})
214214

215+
@pytest.mark.xfail(reason="see https://github.com/lightbody/browsermob-proxy/issues/414")
215216
def test_timeouts_all_key_values(self):
216217
"""
217218
/proxy/:port/timeout

0 commit comments

Comments
 (0)