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();