Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
51ac5f71
Commit
51ac5f71
authored
9 years ago
by
Ben Patterson
Browse files
Options
Downloads
Patches
Plain Diff
Skip test. TNL-1590
Even when using the flaky decorator, it is not reliable.
parent
fe3326d8
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/test/acceptance/tests/test_annotatable.py
+2
-2
2 additions, 2 deletions
common/test/acceptance/tests/test_annotatable.py
with
2 additions
and
2 deletions
common/test/acceptance/tests/test_annotatable.py
+
2
−
2
View file @
51ac5f71
...
...
@@ -4,7 +4,7 @@ E2E tests for the LMS.
"""
import
time
from
flaky
import
flaky
from
unittest
import
skip
from
.helpers
import
UniqueCourseTest
from
..pages.studio.auto_auth
import
AutoAuthPage
...
...
@@ -122,7 +122,7 @@ class AnnotatableProblemTest(UniqueCourseTest):
)
return
annotation_component_page
@
flaky
# TODO fix TNL-1590
@
skip
# TODO fix TNL-1590
def
test_annotation_component
(
self
):
"""
Test annotation components links to annotation problems.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment