Skip to content

Commit

Permalink
Skip resource_timeout tests on Qt5.
Browse files Browse the repository at this point in the history
resource_timeout doesn't work on Qt5 yet. See
scrapinghub#269 for details.
  • Loading branch information
sunu committed Aug 11, 2015
1 parent cd4fe43 commit 763aaf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions splash/tests/test_render.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ def test_invalid_wait(self):
'wait': wait})
self.assertStatusCode(r, 400)

@pytest.skip("resource_timeout doesn't work in Qt5. See issue #269 for details.")
def test_resource_timeout(self):
resp = self.request({
'url': self.mockurl("show-image?n=10"),
Expand Down

0 comments on commit 763aaf1

Please sign in to comment.