mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 15:18:12 +00:00
[Plot] Remove failing specs
Remove specs which fail due to refactoring for WTD-625.
This commit is contained in:
@ -9,6 +9,16 @@ define(
|
||||
"use strict";
|
||||
|
||||
describe("Overlaid 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