diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/modal/common/icon-picker/icon-picker-modal.test.ts b/src/Umbraco.Web.UI.Client/src/packages/core/modal/common/icon-picker/icon-picker-modal.test.ts
index 7c51e8bee2..70fab3a612 100644
--- a/src/Umbraco.Web.UI.Client/src/packages/core/modal/common/icon-picker/icon-picker-modal.test.ts
+++ b/src/Umbraco.Web.UI.Client/src/packages/core/modal/common/icon-picker/icon-picker-modal.test.ts
@@ -1,20 +1,20 @@
-import { expect, fixture, html } from '@open-wc/testing';
-import { UmbIconPickerModalElement } from './icon-picker-modal.element.js';
-import { defaultA11yConfig } from '@umbraco-cms/internal/test-utils';
+// import { expect, fixture, html } from '@open-wc/testing';
+// import { UmbIconPickerModalElement } from './icon-picker-modal.element.js';
+// import { defaultA11yConfig } from '@umbraco-cms/internal/test-utils';
-describe('umb-icon-picker-modal', () => {
- let element: UmbIconPickerModalElement;
+// describe('umb-icon-picker-modal', () => {
+// let element: UmbIconPickerModalElement;
- beforeEach(async () => {
- element = await fixture(html` `);
- });
+// beforeEach(async () => {
+// element = await fixture(html` `);
+// });
- it('is defined with its own instance', () => {
- expect(element).to.be.instanceOf(UmbIconPickerModalElement);
- });
+// it('is defined with its own instance', () => {
+// expect(element).to.be.instanceOf(UmbIconPickerModalElement);
+// });
- // TODO: Reinstate this test when the a11y audit is fixed on uui-color-picker
- // it('passes the a11y audit', async () => {
- // await expect(element).shadowDom.to.be.accessible(defaultA11yConfig);
- // });
-});
+// // TODO: Reinstate this test when the a11y audit is fixed on uui-color-picker
+// // it('passes the a11y audit', async () => {
+// // await expect(element).shadowDom.to.be.accessible(defaultA11yConfig);
+// // });
+// });