Skip to content

Commit

Permalink
Merge pull request #294 from Stanford-Online/kluo/skip-flaky-youtube-…
Browse files Browse the repository at this point in the history
…test

Cherry pick skip flaky youtube test
  • Loading branch information
kluo committed May 20, 2015
2 parents 1e1eb99 + d27cd42 commit f4521c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/djangoapps/terrain/stubs/tests/test_youtube_stub.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def test_unused_url(self):
response = requests.get(self.url + 'unused_url')
self.assertEqual("Unused url", response.content)

@unittest.skip('Failing intermittently due to inconsistent responses from YT. See TE-871')
def test_video_url(self):
response = requests.get(
self.url + 'test_youtube/OEoXaMPEzfM?v=2&alt=jsonc&callback=callback_func'
Expand Down

0 comments on commit f4521c5

Please sign in to comment.