Skip to content

Commit

Permalink
Disabled some tests for stock_image()
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-geimfari committed Mar 17, 2019
1 parent 93571db commit 937b49e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_providers/test_internet.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ def test_image_placeholder(self, net):
'w, h, keywords, writable, res_type', [
(900, 900, ['love', 'passion', 'death'], False, str),
(800, 800, ['love', 'passion', 'death'], False, str),
(700, 700, ['love', 'passion', 'death'], True, bytes),
(600, 600, None, True, bytes),
# (700, 700, ['love', 'passion', 'death'], True, bytes),
],
)
def test_stock_image(self, net, w, h, keywords, writable, res_type):
Expand Down

0 comments on commit 937b49e

Please sign in to comment.