Disable js unit tests.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
(function () {
|
||||
describe('Video', function () {
|
||||
xdescribe('Video', function () {
|
||||
var oldOTBD;
|
||||
|
||||
beforeEach(function () {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
(function () {
|
||||
describe('Video HTML5Video', function () {
|
||||
xdescribe('Video HTML5Video', function () {
|
||||
var state, player, oldOTBD, playbackRates = [0.75, 1.0, 1.25, 1.5];
|
||||
|
||||
function initialize() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
(function() {
|
||||
describe('VideoCaption', function() {
|
||||
xdescribe('VideoCaption', function() {
|
||||
var state, videoPlayer, videoCaption, videoSpeedControl, oldOTBD;
|
||||
|
||||
function initialize() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
(function() {
|
||||
describe('VideoControl', function() {
|
||||
xdescribe('VideoControl', function() {
|
||||
var state, videoControl, oldOTBD;
|
||||
|
||||
function initialize() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
(function() {
|
||||
describe('VideoPlayer', function() {
|
||||
xdescribe('VideoPlayer', function() {
|
||||
var state, videoPlayer, player, videoControl, videoCaption, videoProgressSlider, videoSpeedControl, videoVolumeControl, oldOTBD;
|
||||
|
||||
function initialize(fixture) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
(function() {
|
||||
describe('VideoProgressSlider', function() {
|
||||
xdescribe('VideoProgressSlider', function() {
|
||||
var state, videoPlayer, videoProgressSlider, oldOTBD;
|
||||
|
||||
function initialize() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
(function() {
|
||||
describe('VideoQualityControl', function() {
|
||||
xdescribe('VideoQualityControl', function() {
|
||||
var state, videoControl, videoQualityControl, oldOTBD;
|
||||
|
||||
function initialize() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
(function() {
|
||||
describe('VideoSpeedControl', function() {
|
||||
xdescribe('VideoSpeedControl', function() {
|
||||
var state, videoPlayer, videoControl, videoSpeedControl;
|
||||
|
||||
function initialize() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
(function() {
|
||||
describe('VideoVolumeControl', function() {
|
||||
xdescribe('VideoVolumeControl', function() {
|
||||
var state, videoControl, videoVolumeControl, oldOTBD;
|
||||
|
||||
function initialize() {
|
||||
|
||||
Reference in New Issue
Block a user