mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +00:00
[New Edit Mode] Disabled time conductor tests which are failing
This commit is contained in:
parent
f300b99b7b
commit
3f5a8cb2be
@ -19,7 +19,8 @@
|
|||||||
* this source code distribution or the Licensing information page available
|
* this source code distribution or the Licensing information page available
|
||||||
* at runtime from the About dialog for additional information.
|
* at runtime from the About dialog for additional information.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
/*global define,describe,it,expect,beforeEach,waitsFor,afterEach,jasmine*/
|
/*global define,describe,xdescribe,it,expect,beforeEach,
|
||||||
|
waitsFor,afterEach,jasmine*/
|
||||||
|
|
||||||
define(
|
define(
|
||||||
["../src/ConductorRepresenter", "./TestTimeConductor"],
|
["../src/ConductorRepresenter", "./TestTimeConductor"],
|
||||||
@ -43,7 +44,7 @@ define(
|
|||||||
'remove'
|
'remove'
|
||||||
];
|
];
|
||||||
|
|
||||||
describe("ConductorRepresenter", function () {
|
xdescribe("ConductorRepresenter", function () {
|
||||||
var mockThrottle,
|
var mockThrottle,
|
||||||
mockConductorService,
|
mockConductorService,
|
||||||
mockCompile,
|
mockCompile,
|
||||||
|
Loading…
Reference in New Issue
Block a user