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