Commit 51ac5f71 by Ben Patterson

Skip test. TNL-1590

 Even when using the flaky decorator, it is not reliable.
parent fe3326d8
...@@ -4,7 +4,7 @@ E2E tests for the LMS. ...@@ -4,7 +4,7 @@ E2E tests for the LMS.
""" """
import time import time
from flaky import flaky from unittest import skip
from .helpers import UniqueCourseTest from .helpers import UniqueCourseTest
from ..pages.studio.auto_auth import AutoAuthPage from ..pages.studio.auto_auth import AutoAuthPage
...@@ -122,7 +122,7 @@ class AnnotatableProblemTest(UniqueCourseTest): ...@@ -122,7 +122,7 @@ class AnnotatableProblemTest(UniqueCourseTest):
) )
return annotation_component_page return annotation_component_page
@flaky # TODO fix TNL-1590 @skip # TODO fix TNL-1590
def test_annotation_component(self): def test_annotation_component(self):
""" """
Test annotation components links to annotation problems. Test annotation components links to annotation problems.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment