Skip to content
Snippets Groups Projects
Commit 0243d0af authored by Christine Lytwynec's avatar Christine Lytwynec
Browse files

removing "flaky" plugin, since it is not reporting failures properly

parent 22582f49
No related merge requests found
......@@ -7,7 +7,6 @@ Acceptance tests for Video.
import json
from unittest import skipIf, skip
import requests
from box.test.flaky import flaky
from ..helpers import UniqueCourseTest, is_youtube_available
from ...pages.lms.video.video import VideoPage
from ...pages.lms.tab_nav import TabNavPage
......@@ -40,7 +39,6 @@ class YouTubeConfigError(Exception):
pass
@flaky
@skipIf(is_youtube_available() is False, 'YouTube is not available!')
class VideoBaseTest(UniqueCourseTest):
"""
......
......@@ -95,7 +95,6 @@ class BokChoyTestSuite(TestSuite):
"nosetests",
test_spec,
"--with-xunit",
"--with-flaky",
"--xunit-file={}".format(self.xunit_report),
"--verbosity={}".format(self.verbosity),
self.extra_args,
......
......@@ -126,7 +126,6 @@ rednose==0.3
selenium==2.39.0
splinter==0.5.4
testtools==0.9.34
flaky==0.2.0
# Used for Segment.io analytics
analytics-python==0.4.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment