Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
b653e28e
Commit
b653e28e
authored
Mar 03, 2016
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark two tests flaky. TNL-4190 TNL-4191
parent
11024126
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
common/test/acceptance/tests/lms/test_oauth2.py
+3
-0
common/test/acceptance/tests/studio/test_import_export.py
+3
-0
No files found.
common/test/acceptance/tests/lms/test_oauth2.py
View file @
b653e28e
...
@@ -4,6 +4,8 @@ from common.test.acceptance.pages.lms.oauth2_confirmation import OAuth2Confirmat
...
@@ -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
common.test.acceptance.pages.lms.auto_auth
import
AutoAuthPage
from
bok_choy.web_app_test
import
WebAppTest
from
bok_choy.web_app_test
import
WebAppTest
from
flaky
import
flaky
from
urlparse
import
urlparse
,
parse_qsl
from
urlparse
import
urlparse
,
parse_qsl
...
@@ -50,6 +52,7 @@ class OAuth2PermissionDelegationTests(WebAppTest):
...
@@ -50,6 +52,7 @@ class OAuth2PermissionDelegationTests(WebAppTest):
query
=
self
.
_qs
(
self
.
browser
.
current_url
)
query
=
self
.
_qs
(
self
.
browser
.
current_url
)
self
.
assertIn
(
'access_denied'
,
query
[
'error'
])
self
.
assertIn
(
'access_denied'
,
query
[
'error'
])
@flaky
# TODO, fix this: TNL-4190
def
test_accepting_redirects
(
self
):
def
test_accepting_redirects
(
self
):
"""
"""
If you accept the request, you're redirected to the redirect_url with
If you accept the request, you're redirected to the redirect_url with
...
...
common/test/acceptance/tests/studio/test_import_export.py
View file @
b653e28e
...
@@ -4,6 +4,8 @@ Acceptance tests for the Import and Export pages
...
@@ -4,6 +4,8 @@ Acceptance tests for the Import and Export pages
from
nose.plugins.attrib
import
attr
from
nose.plugins.attrib
import
attr
from
datetime
import
datetime
from
datetime
import
datetime
from
flaky
import
flaky
from
abc
import
abstractmethod
from
abc
import
abstractmethod
from
bok_choy.promise
import
EmptyPromise
from
bok_choy.promise
import
EmptyPromise
...
@@ -180,6 +182,7 @@ class ImportTestMixin(object):
...
@@ -180,6 +182,7 @@ class ImportTestMixin(object):
"""
"""
return
[]
return
[]
@flaky
# TODO, fix this: TNL-4191
def
test_upload
(
self
):
def
test_upload
(
self
):
"""
"""
Scenario: I want to upload a course or library for import.
Scenario: I want to upload a course or library for import.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment