From eb31c04ae31b7cac10f113a8a19514bcb5e2e82c Mon Sep 17 00:00:00 2001 From: Sampo Tawast <5328394+sirtawast@users.noreply.github.com> Date: Tue, 28 Nov 2023 13:42:17 +0200 Subject: [PATCH] chore: disable test that flakes on CI (#2534) --- .../tet/admin/src/components/editor/__tests__/Editor.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/tet/admin/src/components/editor/__tests__/Editor.test.tsx b/frontend/tet/admin/src/components/editor/__tests__/Editor.test.tsx index cbac2c6b08..4d5ca92249 100644 --- a/frontend/tet/admin/src/components/editor/__tests__/Editor.test.tsx +++ b/frontend/tet/admin/src/components/editor/__tests__/Editor.test.tsx @@ -20,7 +20,7 @@ const posting = fakeTetPosting({ }); describe('frontend/tet/admin/src/components/editor/Editor', () => { - it('should show field values in form components', async () => { + it.skip('should show field values in form components', async () => { expectWorkingMethodsFromLinkedEvents(); expectAttributesFromLinkedEvents();