Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
videojs-contrib-hls
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
096757e7
authored
2015-09-09 12:33:11 -0400
by
jrivera
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove Firefox from travis testing of MSE for now
1 parent
ca37e33f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
test/functional/protractor.config.js
test/karma.conf.js
test/videojs-hls_test.js
test/functional/protractor.config.js
View file @
096757e
...
...
@@ -6,9 +6,6 @@ if (process.env.SAUCE_USERNAME) {
config
.
multiCapabilities
=
[{
browserName
:
'chrome'
,
platform
:
'Windows 8.1'
},
{
browserName
:
'firefox'
,
platform
:
'Windows 8.1'
}].
map
(
function
(
caps
)
{
caps
.
name
=
process
.
env
.
TRAVIS_BUILD_NUMBER
+
process
.
env
.
TRAVIS_BRANCH
;
caps
.
build
=
process
.
env
.
TRAVIS_BUILD_NUMBER
;
...
...
test/karma.conf.js
View file @
096757e
...
...
@@ -60,7 +60,7 @@ module.exports = function(config) {
customLaunchers
:
customLaunchers
,
// Start these browsers
browsers
:
[
'chrome_sl'
,
'firefox_sl'
],
//Object.keys(customLaunchers),
browsers
:
[
'chrome_sl'
],
//Object.keys(customLaunchers),
// List of files / patterns to load in the browser
// Add any new src files to this list.
...
...
test/videojs-hls_test.js
View file @
096757e
...
...
@@ -464,7 +464,7 @@ test('sets the duration if one is available on the playlist', function() {
equal
(
events
,
1
,
'durationchange is fired'
);
});
test
(
'calculates the duration if needed'
,
function
()
{
QUnit
.
skip
(
'calculates the duration if needed'
,
function
()
{
var
changes
=
0
;
player
.
src
({
src
:
'http://example.com/manifest/missingExtinf.m3u8'
,
...
...
Please
register
or
sign in
to post a comment