File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 77 - 3.4
88 - 3.5
99before_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
1414install : pip install pytest selenium
1515script : python setup.py develop && py.test -m "not human" test
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments