Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions test/e2e/specs/admin/font-library.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ test.describe( 'Font Library', () => {
);
} );

// Temporarily skipped: font-library wp-admin page throws a fatal 500 error (possibly route related).
// See https://github.com/WordPress/gutenberg/pull/75661#issuecomment-3919166528
test.skip( 'should allow user to add and remove multiple local font files', async ( {
test( 'should allow user to add and remove multiple local font files', async ( {
page,
editor,
admin,
Expand Down
Loading