Disable js unit tests.

This commit is contained in:
Anton Stupak
2013-08-09 14:31:37 +03:00
parent d846462ce9
commit a6f6a50792
9 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
(function () {
describe('Video', function () {
xdescribe('Video', function () {
var oldOTBD;
beforeEach(function () {

View File

@@ -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() {

View File

@@ -1,5 +1,5 @@
(function() {
describe('VideoCaption', function() {
xdescribe('VideoCaption', function() {
var state, videoPlayer, videoCaption, videoSpeedControl, oldOTBD;
function initialize() {

View File

@@ -1,5 +1,5 @@
(function() {
describe('VideoControl', function() {
xdescribe('VideoControl', function() {
var state, videoControl, oldOTBD;
function initialize() {

View File

@@ -1,5 +1,5 @@
(function() {
describe('VideoPlayer', function() {
xdescribe('VideoPlayer', function() {
var state, videoPlayer, player, videoControl, videoCaption, videoProgressSlider, videoSpeedControl, videoVolumeControl, oldOTBD;
function initialize(fixture) {

View File

@@ -1,5 +1,5 @@
(function() {
describe('VideoProgressSlider', function() {
xdescribe('VideoProgressSlider', function() {
var state, videoPlayer, videoProgressSlider, oldOTBD;
function initialize() {

View File

@@ -1,5 +1,5 @@
(function() {
describe('VideoQualityControl', function() {
xdescribe('VideoQualityControl', function() {
var state, videoControl, videoQualityControl, oldOTBD;
function initialize() {

View File

@@ -1,5 +1,5 @@
(function() {
describe('VideoSpeedControl', function() {
xdescribe('VideoSpeedControl', function() {
var state, videoPlayer, videoControl, videoSpeedControl;
function initialize() {

View File

@@ -1,5 +1,5 @@
(function() {
describe('VideoVolumeControl', function() {
xdescribe('VideoVolumeControl', function() {
var state, videoControl, videoVolumeControl, oldOTBD;
function initialize() {