browser2: PostBin is now disabled

But RequestBin can't help test the bug.
This commit is contained in:
Laurent Bachelier 2012-04-10 07:11:59 +02:00 committed by Romain Bignon
commit f17e61d73f

View file

@ -60,6 +60,7 @@ def test_brokenpost():
"""
Tests _fix_redirect()
"""
raise SkipTest('PostBin is disabled')
try:
b = BaseBrowser()
# postbin is picky with empty posts. that's good!