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
65f903a3
Commit
65f903a3
authored
11 years ago
by
polesye
Browse files
Options
Downloads
Patches
Plain Diff
Disable tests due to flakiness.
parent
ad6e4f2c
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/lib/xmodule/xmodule/js/spec/video/video_progress_slider_spec.js
+10
-5
10 additions, 5 deletions
...odule/xmodule/js/spec/video/video_progress_slider_spec.js
with
10 additions
and
5 deletions
common/lib/xmodule/xmodule/js/spec/video/video_progress_slider_spec.js
+
10
−
5
View file @
65f903a3
...
...
@@ -134,7 +134,8 @@
spyOn
(
videoPlayer
,
'
onSlideSeek
'
).
andCallThrough
();
});
it
(
'
freeze the slider
'
,
function
()
{
// Disabled 12/30/13 due to flakiness in master
xit
(
'
freeze the slider
'
,
function
()
{
videoProgressSlider
.
onSlide
(
jQuery
.
Event
(
'
slide
'
),
{
value
:
20
}
);
...
...
@@ -142,7 +143,8 @@
expect
(
videoProgressSlider
.
frozen
).
toBeTruthy
();
});
it
(
'
trigger seek event
'
,
function
()
{
// Disabled 12/30/13 due to flakiness in master
xit
(
'
trigger seek event
'
,
function
()
{
videoProgressSlider
.
onSlide
(
jQuery
.
Event
(
'
slide
'
),
{
value
:
20
}
);
...
...
@@ -160,7 +162,8 @@
spyOn
(
videoPlayer
,
'
onSlideSeek
'
).
andCallThrough
();
});
it
(
'
freeze the slider
'
,
function
()
{
// Disabled 12/30/13 due to flakiness in master
xit
(
'
freeze the slider
'
,
function
()
{
videoProgressSlider
.
onStop
(
jQuery
.
Event
(
'
stop
'
),
{
value
:
20
}
);
...
...
@@ -168,7 +171,8 @@
expect
(
videoProgressSlider
.
frozen
).
toBeTruthy
();
});
it
(
'
trigger seek event
'
,
function
()
{
// Disabled 12/30/13 due to flakiness in master
xit
(
'
trigger seek event
'
,
function
()
{
videoProgressSlider
.
onStop
(
jQuery
.
Event
(
'
stop
'
),
{
value
:
20
}
);
...
...
@@ -176,7 +180,8 @@
expect
(
videoPlayer
.
onSlideSeek
).
toHaveBeenCalled
();
});
it
(
'
set timeout to unfreeze the slider
'
,
function
()
{
// Disabled 12/30/13 due to flakiness in master
xit
(
'
set timeout to unfreeze the slider
'
,
function
()
{
videoProgressSlider
.
onStop
(
jQuery
.
Event
(
'
stop
'
),
{
value
:
20
}
);
...
...
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