Skip to content

Commit 5fbf25a

Browse files
committed
[test_age_restriction] remove misbehaving test
We now test for the age_limit being set right in test_download, so we don't need more than two tests for the actual age limit handling.
1 parent db6e625 commit 5fbf25a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/test_age_restriction.py

-5
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ def test_youporn(self):
4545
'http://www.youporn.com/watch/505835/sex-ed-is-it-safe-to-masturbate-daily/',
4646
'505835.mp4', 2, old_age=25)
4747

48-
def test_pornotube(self):
49-
self._assert_restricted(
50-
'http://pornotube.com/c/173/m/1689755/Marilyn-Monroe-Bathing',
51-
'1689755.flv', 13)
52-
5348

5449
if __name__ == '__main__':
5550
unittest.main()

0 commit comments

Comments
 (0)