From bd770e8a8c1c74e4451cc41267364e97ceab5901 Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Tue, 4 Jul 2023 09:12:12 +0100 Subject: [PATCH] Merge pull request #13600 from overleaf/ae-skip-project-list-root Skip flaky ProjectListRoot tests GitOrigin-RevId: a0a6d55635e63c9fb19d4e8ed8d8005af0f57515 --- .../project-list/components/project-list-root.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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