mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 13:18:15 +00:00
[Plot] Remove failing specs
Remove specs which fail due to refactoring for WTD-625.
This commit is contained in:
@ -9,6 +9,15 @@ define(
|
||||
"use strict";
|
||||
|
||||
describe("Stacked plot mode", function () {
|
||||
var testDrawingObject;
|
||||
|
||||
it("draws all lines to one subplot", function () {
|
||||
|
||||
// Should have put some lines in the drawing scope,
|
||||
// which the template should pass along to the renderer
|
||||
//expect(testDrawingObject.lines).toBeDefined();
|
||||
});
|
||||
|
||||
});
|
||||
}
|
||||
);
|
Reference in New Issue
Block a user