From 746a1899f319a7c2a60f27bf23cc3762822be1a2 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Mon, 31 Mar 2014 13:01:43 +0200 Subject: [PATCH] Skip ExitStatusTest.test_timeout_exit_status until timeout gets fixed in requests. --- tests/tests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/tests.py b/tests/tests.py index b0985062..de2eb0d2 100755 --- a/tests/tests.py +++ b/tests/tests.py @@ -944,6 +944,8 @@ class ExitStatusTest(BaseTestCase): self.assertEqual(r.exit_status, ExitStatus.OK) self.assertTrue(not r.stderr) + @skip('timeout broken in requests' + ' (https://github.com/jkbr/httpie/issues/185)') def test_timeout_exit_status(self): r = http( '--timeout=0.5',