diff --git a/platform/commonUI/edit/test/policies/EditActionPolicySpec.js b/platform/commonUI/edit/test/policies/EditActionPolicySpec.js index 53db06790c..823c3d2737 100644 --- a/platform/commonUI/edit/test/policies/EditActionPolicySpec.js +++ b/platform/commonUI/edit/test/policies/EditActionPolicySpec.js @@ -86,7 +86,7 @@ define( testViews = [ nonEditableView, nonEditableView ]; expect(policy.allow(mockEditAction, testContext)).toBeFalsy(); }); - + //TODO: Disabled for NEM Beta xit("disallows the edit properties action when there are" + " editable views", function () { diff --git a/platform/core/test/actions/ActionCapabilitySpec.js b/platform/core/test/actions/ActionCapabilitySpec.js index 7053b88ff0..feb1273721 100644 --- a/platform/core/test/actions/ActionCapabilitySpec.js +++ b/platform/core/test/actions/ActionCapabilitySpec.js @@ -19,7 +19,8 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/ +/*global define,Promise,describe,xdescribe,it,expect,beforeEach,waitsFor, + jasmine*/ /** * ActionCapabilitySpec. Created by vwoeltje on 11/6/14.