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
b74a1b98
Commit
b74a1b98
authored
Aug 28, 2015
by
Andy Armstrong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable team discussion Jasmine tests
This is a temporary solution until we can fix TNL-3007
parent
a8cc5850
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
lms/djangoapps/teams/static/teams/js/spec/views/team_discussion_spec.js
+1
-1
No files found.
lms/djangoapps/teams/static/teams/js/spec/views/team_discussion_spec.js
View file @
b74a1b98
...
@@ -4,7 +4,7 @@ define([
...
@@ -4,7 +4,7 @@ define([
'xmodule_js/common_static/coffee/spec/discussion/discussion_spec_helper'
'xmodule_js/common_static/coffee/spec/discussion/discussion_spec_helper'
],
function
(
_
,
AjaxHelpers
,
TeamDiscussionView
,
TeamSpecHelpers
,
DiscussionSpecHelper
)
{
],
function
(
_
,
AjaxHelpers
,
TeamDiscussionView
,
TeamSpecHelpers
,
DiscussionSpecHelper
)
{
'use strict'
;
'use strict'
;
describe
(
'TeamDiscussionView'
,
function
()
{
x
describe
(
'TeamDiscussionView'
,
function
()
{
var
discussionView
,
createDiscussionView
,
createPost
,
expandReplies
,
postReply
;
var
discussionView
,
createDiscussionView
,
createPost
,
expandReplies
,
postReply
;
beforeEach
(
function
()
{
beforeEach
(
function
()
{
...
...
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