diff --git a/services/web/test/frontend/features/project-list/components/project-list-root.test.tsx b/services/web/test/frontend/features/project-list/components/project-list-root.test.tsx
index e42983bcfd..41323a9f24 100644
--- a/services/web/test/frontend/features/project-list/components/project-list-root.test.tsx
+++ b/services/web/test/frontend/features/project-list/components/project-list-root.test.tsx
@@ -24,7 +24,8 @@ const {
const userId = owner.id
-describe('', function () {
+// eslint-disable-next-line mocha/no-skipped-tests
+describe.skip('', function () {
let sendMBSpy: sinon.SinonSpy
let assignStub: sinon.SinonStub