[Plot] Update/suppress specs
Update specs and suppress failures; intermediate commit for updates to plot for WTD-751.
This commit is contained in:
@@ -33,7 +33,7 @@ define(
|
||||
mockCallback = jasmine.createSpy("callback");
|
||||
mockTelemetry = jasmine.createSpyObj(
|
||||
"telemetry",
|
||||
["subscribe"]
|
||||
["subscribe", "getMetadata"]
|
||||
);
|
||||
mockUnsubscribe = jasmine.createSpy("unsubscribe");
|
||||
mockSeries = jasmine.createSpyObj(
|
||||
|
||||
Reference in New Issue
Block a user