Skip to content

Commit

Permalink
chore: disable test that flakes on CI (#2534)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast authored Nov 28, 2023
1 parent 644aaf1 commit eb31c04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit eb31c04

Please sign in to comment.