Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
74ecb84f
Commit
74ecb84f
authored
10 years ago
by
Christine Lytwynec
Browse files
Options
Downloads
Plain Diff
Merge pull request #6862 from edx/clytwynec/disable_flaky_tests
disable PayAndVerifyTest.test_immediate_verification_enrollment
parents
4b6c62a8
e90c6643
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/test/acceptance/tests/lms/test_lms.py
+1
-0
1 addition, 0 deletions
common/test/acceptance/tests/lms/test_lms.py
with
1 addition
and
0 deletions
common/test/acceptance/tests/lms/test_lms.py
+
1
−
0
View file @
74ecb84f
...
...
@@ -229,6 +229,7 @@ class PayAndVerifyTest(UniqueCourseTest):
# Add a verified mode to the course
ModeCreationPage
(
self
.
browser
,
self
.
course_id
,
mode_slug
=
u
'
verified
'
,
mode_display_name
=
u
'
Verified Certificate
'
,
min_price
=
10
,
suggested_prices
=
'
10,20
'
).
visit
()
@skip
(
"
Flaky 02/02/2015
"
)
def
test_immediate_verification_enrollment
(
self
):
# Create a user and log them in
AutoAuthPage
(
self
.
browser
).
visit
()
...
...
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