diff --git a/canvas_modules/common-canvas/__tests__/common-properties/controls/passwordfield-test.js b/canvas_modules/common-canvas/__tests__/common-properties/controls/passwordfield-test.js index 8fe4a737e0..b57c111bea 100644 --- a/canvas_modules/common-canvas/__tests__/common-properties/controls/passwordfield-test.js +++ b/canvas_modules/common-canvas/__tests__/common-properties/controls/passwordfield-test.js @@ -181,7 +181,8 @@ describe("Passwordfield renders correctly", () => { const messageWrapper = passwordWrapper.find("div.cds--form-requirement"); expect(messageWrapper).to.have.length(1); }); - it("Passwordfield eyeIcon tooltip default content appears correctly", () => { + // TODO unskip this test once https://github.com/carbon-design-system/carbon/issues/16944 is fixed + it.skip("Passwordfield eyeIcon tooltip default content appears correctly", () => { const wrapper = mount( { expect(wrapper.find(".passwordfield-control-class")).to.have.length(1); }); - it("Passwordfield eyeIcon tooltip custom content appears correctly", () => { + // TODO unskip this test once https://github.com/carbon-design-system/carbon/issues/16944 is fixed + it.skip("Passwordfield eyeIcon tooltip custom content appears correctly", () => { const passwordWrapper = wrapper.find("div[data-id='properties-pwd']"); // Verify the eye icon const eyeIcon = passwordWrapper.find("button"); diff --git a/canvas_modules/common-canvas/package.json b/canvas_modules/common-canvas/package.json index b82de7e153..bb18a0eba3 100644 --- a/canvas_modules/common-canvas/package.json +++ b/canvas_modules/common-canvas/package.json @@ -59,7 +59,7 @@ "@babel/plugin-transform-runtime": "7.11.5", "@babel/preset-env": "7.11.5", "@babel/preset-react": "7.10.4", - "@carbon/react": "^1.52.0", + "@carbon/react": "1.50.0", "@rollup/plugin-babel": "5.3.0", "@rollup/plugin-commonjs": "21.0.1", "@rollup/plugin-json": "4.1.0",