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
eeb3afd8
Unverified
Commit
eeb3afd8
authored
5 years ago
by
Stu Young
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
remove flaky test (#21834)
parent
647527f9
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/test/acceptance/tests/discussion/test_cohort_management.py
+0
-15
0 additions, 15 deletions
...est/acceptance/tests/discussion/test_cohort_management.py
with
0 additions
and
15 deletions
common/test/acceptance/tests/discussion/test_cohort_management.py
+
0
−
15
View file @
eeb3afd8
...
...
@@ -334,21 +334,6 @@ class CohortConfigurationTest(EventsTestMixin, UniqueCourseTest, CohortTestMixin
unique_email
=
unique_username
+
"
@example.com
"
return
unique_username
,
unique_email
def
test_add_new_cohort
(
self
):
"""
Scenario: A new manual cohort can be created, and a student assigned to it.
Given I have a course with a user in the course
When I add a new manual cohort to the course via the LMS instructor dashboard
Then the new cohort is displayed and has no users in it
And assignment type of displayed cohort to
"
manual
"
because this is the default
And when I add the user to the new cohort
Then the cohort has 1 user
And appropriate events have been emitted
"""
cohort_name
=
str
(
uuid
.
uuid4
().
hex
[
0
:
20
])
self
.
_verify_cohort_settings
(
cohort_name
=
cohort_name
,
assignment_type
=
None
)
def
test_add_new_cohort_with_manual_assignment_type
(
self
):
"""
Scenario: A new cohort with manual assignment type can be created, and a student assigned to it.
...
...
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