Cleanup, remove flaky decorator.

This commit is contained in:
Ben Patterson
2016-12-12 11:40:25 -05:00
parent ec6ea40bc6
commit 4c48e6a307
2 changed files with 1 additions and 3 deletions

View File

@@ -629,7 +629,7 @@ class VideoPage(PageObject):
"""
self.wait_for_ajax()
# Yes, I feel unclean putting this in:
# TODO remove this sleep and wait for the right thing to finish rendering
time.sleep(1)
# mouse over to transcript button

View File

@@ -1014,7 +1014,6 @@ class Html5VideoTest(VideoBaseTest):
unicode_text = "好 各位同学".decode('utf-8')
self.assertTrue(self.video.downloaded_transcript_contains_text('srt', unicode_text))
@flaky(max_runs=10, min_passes=10)
def test_download_button_two_transcript_languages(self):
"""
Scenario: Download button works correctly for multiple transcript languages in HTML5 mode
@@ -1031,7 +1030,6 @@ class Html5VideoTest(VideoBaseTest):
self.metadata = self.metadata_for_mode('html5', additional_data=data)
# go to video
# from nose.tools import set_trace; set_trace()
self.navigate_to_video()
# check if "Welcome to edX." text in the captions