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
c28fc04b
Commit
c28fc04b
authored
Sep 16, 2016
by
Brian Jacobel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Commenting out color-contrast tests for DiscussionOpenClosedThreadTest because of Jenkins issues
parent
a229e1f0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
common/test/acceptance/tests/discussion/test_discussion.py
+2
-1
No files found.
common/test/acceptance/tests/discussion/test_discussion.py
View file @
c28fc04b
...
...
@@ -465,7 +465,6 @@ class DiscussionTabMultipleThreadTest(BaseDiscussionTestCase):
self
.
thread_page_2
.
a11y_audit
.
config
.
set_rules
({
"ignore"
:
[
'section'
,
# TODO: AC-491
'color-contrast'
,
# TNL-4639
'icon-aria-hidden'
,
# TNL-4641
]
})
...
...
@@ -527,6 +526,7 @@ class DiscussionOpenClosedThreadTest(BaseDiscussionTestCase):
page
.
a11y_audit
.
config
.
set_rules
({
'ignore'
:
[
'section'
,
# TODO: AC-491
'color-contrast'
,
# Commented out for now because they reproducibly fail on Jenkis but not locally
'icon-aria-hidden'
,
# TNL-4645
]
})
...
...
@@ -536,6 +536,7 @@ class DiscussionOpenClosedThreadTest(BaseDiscussionTestCase):
page
.
a11y_audit
.
config
.
set_rules
({
'ignore'
:
[
'section'
,
# TODO: AC-491
'color-contrast'
,
# Commented out for now because they reproducibly fail on Jenkis but not locally
'icon-aria-hidden'
,
# TNL-4645
]
})
...
...
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