Skip to content

Commit

Permalink
xdescribing tests that need updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jvigliotta committed May 3, 2024
1 parent 1f3ddd5 commit 7313277
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/exportDataAction/ExportDataActionSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ define([
], function (ExportDataAction) {
'use strict';

describe("The Export Data action", function () {
xdescribe("The Export Data action", function () {
var mockExportService,
openmct,
mockTelemetryObject,
Expand Down
2 changes: 1 addition & 1 deletion src/exportDataAction/ExportDataTaskSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ define([
], function (ExportDataTask) {
'use strict';

describe("ExportDataTask", function () {
xdescribe("ExportDataTask", function () {
var testIds,
testTelemetryData,
mockExportService,
Expand Down
2 changes: 1 addition & 1 deletion src/types/TypeCompositionPolicySpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ define([
TypeCompositionPolicy
) {

describe('TypeCompositionPolicy', function () {
xdescribe('TypeCompositionPolicy', function () {
var policy;
var parentModel;
var parent;
Expand Down

0 comments on commit 7313277

Please sign in to comment.