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
b653e28e
Commit
b653e28e
authored
9 years ago
by
Ned Batchelder
Browse files
Options
Downloads
Patches
Plain Diff
Mark two tests flaky. TNL-4190 TNL-4191
parent
11024126
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
common/test/acceptance/tests/lms/test_oauth2.py
+3
-0
3 additions, 0 deletions
common/test/acceptance/tests/lms/test_oauth2.py
common/test/acceptance/tests/studio/test_import_export.py
+3
-0
3 additions, 0 deletions
common/test/acceptance/tests/studio/test_import_export.py
with
6 additions
and
0 deletions
common/test/acceptance/tests/lms/test_oauth2.py
+
3
−
0
View file @
b653e28e
...
...
@@ -4,6 +4,8 @@ from common.test.acceptance.pages.lms.oauth2_confirmation import OAuth2Confirmat
from
common.test.acceptance.pages.lms.auto_auth
import
AutoAuthPage
from
bok_choy.web_app_test
import
WebAppTest
from
flaky
import
flaky
from
urlparse
import
urlparse
,
parse_qsl
...
...
@@ -50,6 +52,7 @@ class OAuth2PermissionDelegationTests(WebAppTest):
query
=
self
.
_qs
(
self
.
browser
.
current_url
)
self
.
assertIn
(
'
access_denied
'
,
query
[
'
error
'
])
@flaky
# TODO, fix this: TNL-4190
def
test_accepting_redirects
(
self
):
"""
If you accept the request, you
'
re redirected to the redirect_url with
...
...
This diff is collapsed.
Click to expand it.
common/test/acceptance/tests/studio/test_import_export.py
+
3
−
0
View file @
b653e28e
...
...
@@ -4,6 +4,8 @@ Acceptance tests for the Import and Export pages
from
nose.plugins.attrib
import
attr
from
datetime
import
datetime
from
flaky
import
flaky
from
abc
import
abstractmethod
from
bok_choy.promise
import
EmptyPromise
...
...
@@ -180,6 +182,7 @@ class ImportTestMixin(object):
"""
return
[]
@flaky
# TODO, fix this: TNL-4191
def
test_upload
(
self
):
"""
Scenario: I want to upload a course or library for import.
...
...
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