Skip to content

Commit 663ffed

Browse files
Reenabling timeout tests as they have been fixed in B6 of the server
1 parent b4661da commit 663ffed

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ python:
77
- 3.4
88
- 3.5
99
before_script:
10-
- curl -l -L -O https://github.com/lightbody/browsermob-proxy/releases/download/browsermob-proxy-2.1.0-beta-5/browsermob-proxy-2.1.0-beta-5-bin.zip
11-
- unzip browsermob-proxy-2.1.0-beta-5-bin.zip
12-
- sh browsermob-proxy-2.1.0-beta-5/bin/browsermob-proxy --port=9090 &
10+
- curl -l -L -O https://github.com/lightbody/browsermob-proxy/releases/download/browsermob-proxy-2.1.0-beta-6/browsermob-proxy-2.1.0-beta-6-bin.zip
11+
- unzip browsermob-proxy-2.1.0-beta-6-bin.zip
12+
- sh browsermob-proxy-2.1.0-beta-6/bin/browsermob-proxy --port=9090 &
1313
- sleep 5
1414
install: pip install pytest selenium
1515
script: python setup.py develop && py.test -m "not human" test

test/test_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ 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")
216215
def test_timeouts_all_key_values(self):
217216
"""
218217
/proxy/:port/timeout

0 commit comments

Comments
 (0)