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
bb8800d4
Commit
bb8800d4
authored
Mar 21, 2014
by
Jay Zoldak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable intermittently failing ORA tests
parent
db615248
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
common/test/acceptance/tests/test_ora.py
+4
-0
No files found.
common/test/acceptance/tests/test_ora.py
View file @
bb8800d4
...
@@ -3,6 +3,8 @@ Tests for ORA (Open Response Assessment) through the LMS UI.
...
@@ -3,6 +3,8 @@ Tests for ORA (Open Response Assessment) through the LMS UI.
"""
"""
import
json
import
json
from
unittest
import
skip
from
bok_choy.promise
import
Promise
,
BrokenPromise
from
bok_choy.promise
import
Promise
,
BrokenPromise
from
..pages.lms.peer_confirm
import
PeerConfirmPage
from
..pages.lms.peer_confirm
import
PeerConfirmPage
from
..pages.studio.auto_auth
import
AutoAuthPage
from
..pages.studio.auto_auth
import
AutoAuthPage
...
@@ -215,6 +217,7 @@ class AIAssessmentTest(OpenResponseTest):
...
@@ -215,6 +217,7 @@ class AIAssessmentTest(OpenResponseTest):
'rubric_xml'
:
load_data_str
(
'ora_rubric.xml'
)
'rubric_xml'
:
load_data_str
(
'ora_rubric.xml'
)
}
}
@skip
(
'Intermittently failing, see ORA-342'
)
def
test_ai_assessment
(
self
):
def
test_ai_assessment
(
self
):
"""
"""
Given I am viewing an AI-assessment problem that has a trained ML model
Given I am viewing an AI-assessment problem that has a trained ML model
...
@@ -260,6 +263,7 @@ class InstructorAssessmentTest(OpenResponseTest):
...
@@ -260,6 +263,7 @@ class InstructorAssessmentTest(OpenResponseTest):
'rubric_xml'
:
load_data_str
(
'ora_rubric.xml'
)
'rubric_xml'
:
load_data_str
(
'ora_rubric.xml'
)
}
}
@skip
(
'Intermittently failing, see ORA-342'
)
def
test_instructor_assessment
(
self
):
def
test_instructor_assessment
(
self
):
"""
"""
Given an instructor has graded my submission
Given an instructor has graded my submission
...
...
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